#332000

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

Shades of Cocoa Brown #332000

Tints of Cocoa Brown #332000

Color information

#332000 (or 0x332000) is unknown color: approx Cocoa Brown. HEX triplet: 33, 20 and 00. RGB value is (51,32,0). Sum of RGB (Red+Green+Blue) = 51+32+0=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #332000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332000 is #CCDFFF. Grayscale: #222222. Windows color (decimal): -13426688 or 8243. OLE color: 8243.

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

Color convert

RGB51320-
CMYK00.3710.8
HSL37.65º100%10%-
HSV(B)37.65º100%20%-
XYZ1.881.740.24-
YUV34.03108.79140.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 32 (12.89% from 255) = 38.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.45%
G=38.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5132000.3710.837.6510010
Hex3320002564502664a
Octal634000451441204614412
Binary110011100000001001011100100101000010011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332000; }

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

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

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

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

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

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

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

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