#332108

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

Shades of Cocoa Brown #332108

Tints of Cocoa Brown #332108

Color information

#332108 (or 0x332108) is unknown color: approx Cocoa Brown. HEX triplet: 33, 21 and 08. RGB value is (51,33,8). Sum of RGB (Red+Green+Blue) = 51+33+8=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #332108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332108 is #CCDEF7. Grayscale: #232323. Windows color (decimal): -13426424 or 532787. OLE color: 532787.

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

Color convert

RGB51338-
CMYK00.350.840.8
HSL34.88º72.88%11.57%-
HSV(B)34.88º84.31%20%-
XYZ1.951.810.48-
YUV35.53112.46139.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 33 (13.28% from 255) = 35.87%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=55.43%
G=35.87%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5133800.350.840.834.8872.8811.57
Hex3321802354502349c
Octal6341100431241204311114
Binary110011100001100001000111010100101000010001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332108; }

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

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

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

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

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

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

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

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