#361E0D

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

Shades of Cocoa Brown #361E0D

Tints of Cocoa Brown #361E0D

Color information

#361E0D (or 0x361E0D) is unknown color: approx Cocoa Brown. HEX triplet: 36, 1E and 0D. RGB value is (54,30,13). Sum of RGB (Red+Green+Blue) = 54+30+13=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E0D is #C9E1F2. Grayscale: #232323. Windows color (decimal): -13230579 or 859702. OLE color: 859702.

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

Color convert

RGB543013-
CMYK00.440.760.79
HSL24.88º61.19%13.14%-
HSV(B)24.88º75.93%21.18%-
XYZ2.061.740.61-
YUV35.24115.45141.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.67%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=55.67%
G=30.93%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54301300.440.760.7924.8861.1913.14
Hex361ED02C4C4F193dd
Octal663615054114117317515
Binary110110111101101010110010011001001111110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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