#362213

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

Shades of Cocoa Brown #362213

Tints of Cocoa Brown #362213

Color information

#362213 (or 0x362213) is unknown color: approx Cocoa Brown. HEX triplet: 36, 22 and 13. RGB value is (54,34,19). Sum of RGB (Red+Green+Blue) = 54+34+19=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362213 is #C9DDEC. Grayscale: #262626. Windows color (decimal): -13229549 or 1253942. OLE color: 1253942.

HSL color Cylindrical-coordinate representation of color #362213: hue angle of 25.71º 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 #362213 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB543419-
CMYK00.370.650.79
HSL25.71º47.95%14.31%-
HSV(B)25.71º64.81%21.18%-
XYZ2.211.980.88-
YUV38.27117.13139.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=50.47%
G=31.78%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54341900.370.650.7925.7147.9514.31
Hex362213025414F1a30e
Octal664223045101117326016
Binary11011010001010011010010110000011001111110101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362213; }

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

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

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

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

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

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

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

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