Html Css Color HEX #332011 Cocoa Brown

📋 copy color: '#332011'

red 51 ◦ green 32 ◦ blue 17

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

Shades of Cocoa Brown #332011

Tints of Cocoa Brown #332011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17%

R = 51%
G = 32%
B = 17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#332011 (or 0x332011) is known color: Cocoa Brown. HEX triplet: 33, 20 and 11. RGB value is (51,32,17). Sum of RGB (Red+Green+Blue) = 51+32+17=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #332011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332011 is #CCDFEE. Grayscale: #242424. Windows color (decimal): -13426671 or 1122355. OLE color: 1122355.

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

Color convert

RGB 51 32 17 -
CMYK 0 0.37 0.67 0.8
HSL 26.47º 0.5% 0.13% -
HSV(B) 26.47º 0.67% 0.2% -
XYZ 1.98 1.78 0.77 -
YUV 35.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 51 32 17 0 0.37 0.67 0.8 26.47 0.5 0.13
Hex 33 20 11 0 25 43 50 1A 32 D
Octal 63 40 21 0 45 103 120 32 62 15
Binary 110011 100000 10001 0 100101 1000011 1010000 11010 110010 1101

Color Harmonies of #332011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332011

Black with #332011

Text Example


Text Example

White with #332011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332011; }

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

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

background-color css

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

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

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

border-color css

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

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

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