#332208

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

Shades of Cocoa Brown #332208

Tints of Cocoa Brown #332208

Color information

#332208 (or 0x332208) is unknown color: approx Cocoa Brown. HEX triplet: 33, 22 and 08. RGB value is (51,34,8). Sum of RGB (Red+Green+Blue) = 51+34+8=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #332208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332208 is #CCDDF7. Grayscale: #242424. Windows color (decimal): -13426168 or 533043. OLE color: 533043.

HSL color Cylindrical-coordinate representation of color #332208: hue angle of 36.28º 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 #332208 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB51348-
CMYK00.330.840.8
HSL36.28º72.88%11.57%-
HSV(B)36.28º84.31%20%-
XYZ1.981.870.49-
YUV36.12112.13138.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.84%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=54.84%
G=36.56%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5134800.330.840.836.2872.8811.57
Hex3322802154502449c
Octal6342100411241204411114
Binary110011100010100001000011010100101000010010010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332208; }

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

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

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

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

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

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

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

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