#361F0D

Color #361F0D Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #361F0D

Tints of Cocoa Brown #361F0D

Color information

#361F0D (or 0x361F0D) is unknown color: approx Cocoa Brown. HEX triplet: 36, 1F and 0D. RGB value is (54,31,13). Sum of RGB (Red+Green+Blue) = 54+31+13=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #361F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F0D is #C9E0F2. Grayscale: #232323. Windows color (decimal): -13230323 or 859958. OLE color: 859958.

HSL color Cylindrical-coordinate representation of color #361F0D: hue angle of 26.34º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361F0D is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB543113-
CMYK00.430.760.79
HSL26.34º61.19%13.14%-
HSV(B)26.34º75.93%21.18%-
XYZ2.081.790.62-
YUV35.83115.12140.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.10%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=55.10%
G=31.63%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54311300.430.760.7926.3461.1913.14
Hex361FD02B4C4F1a3dd
Octal663715053114117327515
Binary110110111111101010101110011001001111110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #361F0D;
 }
 .AnyTagClassName
 {
   color: #361F0D;
 }
</style>
background-color css

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

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

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

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

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

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