#332418

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

Shades of Cocoa Brown #332418

Tints of Cocoa Brown #332418

Color information

#332418 (or 0x332418) is unknown color: approx Cocoa Brown. HEX triplet: 33, 24 and 18. RGB value is (51,36,24). Sum of RGB (Red+Green+Blue) = 51+36+24=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #332418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332418 is #CCDBE7. Grayscale: #272727. Windows color (decimal): -13425640 or 1582131. OLE color: 1582131.

HSL color Cylindrical-coordinate representation of color #332418: hue angle of 26.67º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #332418 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB513624-
CMYK00.290.530.8
HSL26.67º36%14.71%-
HSV(B)26.67º52.94%20%-
XYZ2.162.031.14-
YUV39.12119.47136.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=45.95%
G=32.43%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51362400.290.530.826.673614.71
Hex33241801D35501b24f
Octal63443003565120334417
Binary110011100100110000111011101011010000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332418; }

 p { color: rgb(51,36,24); }

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

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

 a { background-color: rgb(51,36,24); }

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

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

 span { border-color: rgb(51,36,24); }

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