#332008

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

Shades of Cocoa Brown #332008

Tints of Cocoa Brown #332008

Color information

#332008 (or 0x332008) is unknown color: approx Cocoa Brown. HEX triplet: 33, 20 and 08. RGB value is (51,32,8). Sum of RGB (Red+Green+Blue) = 51+32+8=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #332008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332008 is #CCDFF7. Grayscale: #232323. Windows color (decimal): -13426680 or 532531. OLE color: 532531.

HSL color Cylindrical-coordinate representation of color #332008: hue angle of 33.49º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #332008 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB51328-
CMYK00.370.840.8
HSL33.49º72.88%11.57%-
HSV(B)33.49º84.31%20%-
XYZ1.931.750.47-
YUV34.94112.79139.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.04%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=56.04%
G=35.16%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5132800.370.840.833.4972.8811.57
Hex3320802554502149c
Octal6340100451241204111114
Binary110011100000100001001011010100101000010000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332008; }

 p { color: rgb(51,32,8); }

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

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

 a { background-color: rgb(51,32,8); }

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

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

 span { border-color: rgb(51,32,8); }

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