Html Css Color HEX #332006 Cocoa Brown

📋 copy color: '#332006'

red 51 ◦ green 32 ◦ blue 6

#332006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #332006

Tints of Cocoa Brown #332006

RGB

 RED value IS 51 (20.31% from 255) = 57.3%

 GREEN value IS 32 (12.89% from 255) = 35.96%

 BLUE value IS 6 (2.73% from 255) = 6.74%

R = 57.3%
G = 35.96%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#332006 (or 0x332006) is known color: Cocoa Brown. HEX triplet: 33, 20 and 06. RGB value is (51,32,6). Sum of RGB (Red+Green+Blue) = 51+32+6=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #332006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332006 is #CCDFF9. Grayscale: #222222. Windows color (decimal): -13426682 or 401459. OLE color: 401459.

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

Color convert

RGB 51 32 6 -
CMYK 0 0.37 0.88 0.8
HSL 34.67º 0.79% 0.11% -
HSV(B) 34.67º 0.88% 0.2% -
XYZ 1.91 1.75 0.41 -
YUV 34.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 51 32 6 0 0.37 0.88 0.8 34.67 0.79 0.11
Hex 33 20 6 0 25 58 50 23 4F B
Octal 63 40 6 0 45 130 120 43 117 13
Binary 110011 100000 110 0 100101 1011000 1010000 100011 1001111 1011

Color Harmonies of #332006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332006

Black with #332006

Text Example


Text Example

White with #332006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332006; }

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

 H1.HeaderClassName
 {
   color: #332006;
 }
 .AnyTagClassName
 {
   color: #332006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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