#361E0B

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

Shades of Cocoa Brown #361E0B

Tints of Cocoa Brown #361E0B

Color information

#361E0B (or 0x361E0B) is unknown color: approx Cocoa Brown. HEX triplet: 36, 1E and 0B. RGB value is (54,30,11). Sum of RGB (Red+Green+Blue) = 54+30+11=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #361E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E0B is #C9E1F4. Grayscale: #232323. Windows color (decimal): -13230581 or 728630. OLE color: 728630.

HSL color Cylindrical-coordinate representation of color #361E0B: hue angle of 26.51º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361E0B is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB543011-
CMYK00.440.800.79
HSL26.51º66.15%12.75%-
HSV(B)26.51º79.63%21.18%-
XYZ2.051.740.54-
YUV35.01114.45141.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.84%
GREEN value IS 30 (12.11% from 255) = 31.58%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=56.84%
G=31.58%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54301100.440.800.7926.5166.1512.75
Hex361EB02C504F1b42d
Octal6636130541201173310215
Binary1101101111010110101100101000010011111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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