Html Css Color HEX #361C09 Brown Pod

📋 copy color: '#361C09'

red 54 ◦ green 28 ◦ blue 9

#361C09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #361C09

Tints of Brown Pod #361C09

RGB

 RED value IS 54 (21.48% from 255) = 59.34%

 GREEN value IS 28 (11.33% from 255) = 30.77%

 BLUE value IS 9 (3.91% from 255) = 9.89%

R = 59.34%
G = 30.77%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#361C09 (or 0x361C09) is known color: Brown Pod. HEX triplet: 36, 1C and 09. RGB value is (54,28,9). Sum of RGB (Red+Green+Blue) = 54+28+9=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #361C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C09 is #C9E3F6. Grayscale: #212121. Windows color (decimal): -13231095 or 597046. OLE color: 597046.

HSL color Cylindrical-coordinate representation of color #361C09: hue angle of 25.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361C09 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 28 9 -
CMYK 0 0.48 0.83 0.79
HSL 25.33º 0.71% 0.12% -
HSV(B) 25.33º 0.83% 0.21% -
XYZ 1.99 1.63 0.47 -
YUV 33.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 54 28 9 0 0.48 0.83 0.79 25.33 0.71 0.12
Hex 36 1C 9 0 30 53 4F 19 47 C
Octal 66 34 11 0 60 123 117 31 107 14
Binary 110110 11100 1001 0 110000 1010011 1001111 11001 1000111 1100

Color Harmonies of #361C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C09

Black with #361C09

Text Example


Text Example

White with #361C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C09; }

 p { color: rgb(54,28,9); }

 H1.HeaderClassName
 {
   color: #361C09;
 }
 .AnyTagClassName
 {
   color: #361C09;
 }
</style>

background-color css

<style>
 a { background-color: #361C09; }

 a { background-color: rgb(54,28,9); }

 div.DivClassName
 {
   background-color: #361C09;
 }
 .BgClassName
 {
   background-color: #361C09;
 }
</style>

border-color css

<style>
 span { border-color: #361C09; }

 span { border-color: rgb(54,28,9); }

 td.TdClassName
 {
   border-color: #361C09;
 }
 .TagClassName
 {
   border-color: #361C09;
 }
</style>