#332100

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

Shades of Cocoa Brown #332100

Tints of Cocoa Brown #332100

Color information

#332100 (or 0x332100) is unknown color: approx Cocoa Brown. HEX triplet: 33, 21 and 00. RGB value is (51,33,0). Sum of RGB (Red+Green+Blue) = 51+33+0=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #332100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332100 is #CCDEFF. Grayscale: #222222. Windows color (decimal): -13426432 or 8499. OLE color: 8499.

HSL color Cylindrical-coordinate representation of color #332100: hue angle of 38.82º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #332100 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB51330-
CMYK00.3510.8
HSL38.82º100%10%-
HSV(B)38.82º100%20%-
XYZ1.911.790.25-
YUV34.62108.46139.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60.71%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.71%
G=39.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5133000.3510.838.8210010
Hex3321002364502764a
Octal634100431441204714412
Binary110011100001001000111100100101000010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332100; }

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

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

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

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

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

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

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

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