#362A22

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

Shades of Cocoa Brown #362A22

Tints of Cocoa Brown #362A22

Color information

#362A22 (or 0x362A22) is unknown color: approx Cocoa Brown. HEX triplet: 36, 2A and 22. RGB value is (54,42,34). Sum of RGB (Red+Green+Blue) = 54+42+34=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #362A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A22 is #C9D5DD. Grayscale: #2C2C2C. Windows color (decimal): -13227486 or 2239030. OLE color: 2239030.

HSL color Cylindrical-coordinate representation of color #362A22: hue angle of 24º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #362A22 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.79.

Color convert

RGB544234-
CMYK00.220.370.79
HSL24º22.73%17.25%-
HSV(B)24º37.04%21.18%-
XYZ2.642.561.87-
YUV44.68121.98134.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.54%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=41.54%
G=32.31%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54423400.220.370.792422.7317.25
Hex362A22016254F181711
Octal66524202645117302721
Binary1101101010101000100101101001011001111110001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362A22; }

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

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

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

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

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

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

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

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