#362113

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

Shades of Cocoa Brown #362113

Tints of Cocoa Brown #362113

Color information

#362113 (or 0x362113) is unknown color: approx Cocoa Brown. HEX triplet: 36, 21 and 13. RGB value is (54,33,19). Sum of RGB (Red+Green+Blue) = 54+33+19=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #362113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362113 is #C9DEEC. Grayscale: #252525. Windows color (decimal): -13229805 or 1253686. OLE color: 1253686.

HSL color Cylindrical-coordinate representation of color #362113: hue angle of 24º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362113 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB543319-
CMYK00.390.650.79
HSL24º47.95%14.31%-
HSV(B)24º64.81%21.18%-
XYZ2.181.920.87-
YUV37.68117.46139.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=50.94%
G=31.13%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54331900.390.650.792447.9514.31
Hex362113027414F1830e
Octal664123047101117306016
Binary11011010000110011010011110000011001111110001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362113; }

 p { color: rgb(54,33,19); }

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

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

 a { background-color: rgb(54,33,19); }

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

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

 span { border-color: rgb(54,33,19); }

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