Html Css Color HEX #361D08 Cocoa Brown

📋 copy color: '#361D08'

red 54 ◦ green 29 ◦ blue 8

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

Shades of Cocoa Brown #361D08

Tints of Cocoa Brown #361D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 31.87%

 BLUE value IS 8 (3.52% from 255) = 8.79%

R = 59.34%
G = 31.87%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#361D08 (or 0x361D08) is known color: Cocoa Brown. HEX triplet: 36, 1D and 08. RGB value is (54,29,8). Sum of RGB (Red+Green+Blue) = 54+29+8=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #361D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D08 is #C9E2F7. Grayscale: #222222. Windows color (decimal): -13230840 or 531766. OLE color: 531766.

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

Color convert

RGB 54 29 8 -
CMYK 0 0.46 0.85 0.79
HSL 27.39º 0.74% 0.12% -
HSV(B) 27.39º 0.85% 0.21% -
XYZ 2 1.68 0.45 -
YUV 34.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 54 29 8 0 0.46 0.85 0.79 27.39 0.74 0.12
Hex 36 1D 8 0 2E 55 4F 1B 4A C
Octal 66 35 10 0 56 125 117 33 112 14
Binary 110110 11101 1000 0 101110 1010101 1001111 11011 1001010 1100

Color Harmonies of #361D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D08

Black with #361D08

Text Example


Text Example

White with #361D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,29,8); }

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

background-color css

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

 a { background-color: rgb(54,29,8); }

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

border-color css

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

 span { border-color: rgb(54,29,8); }

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