Html Css Color HEX #361F08 Cocoa Brown

📋 copy color: '#361F08'

red 54 ◦ green 31 ◦ blue 8

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

Shades of Cocoa Brown #361F08

Tints of Cocoa Brown #361F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 33.33%

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

R = 58.06%
G = 33.33%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#361F08 (or 0x361F08) is known color: Cocoa Brown. HEX triplet: 36, 1F and 08. RGB value is (54,31,8). Sum of RGB (Red+Green+Blue) = 54+31+8=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #361F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F08 is #C9E0F7. Grayscale: #232323. Windows color (decimal): -13230328 or 532278. OLE color: 532278.

HSL color Cylindrical-coordinate representation of color #361F08: hue angle of 30º 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 #361F08 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 31 8 -
CMYK 0 0.43 0.85 0.79
HSL 30º 0.74% 0.12% -
HSV(B) 30º 0.85% 0.21% -
XYZ 2.06 1.78 0.47 -
YUV 35.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 54 31 8 0 0.43 0.85 0.79 30 0.74 0.12
Hex 36 1F 8 0 2B 55 4F 1E 4A C
Octal 66 37 10 0 53 125 117 36 112 14
Binary 110110 11111 1000 0 101011 1010101 1001111 11110 1001010 1100

Color Harmonies of #361F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F08

Black with #361F08

Text Example


Text Example

White with #361F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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