Html Css Color HEX #332204 Cocoa Brown

📋 copy color: '#332204'

red 51 ◦ green 34 ◦ blue 4

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

Shades of Cocoa Brown #332204

Tints of Cocoa Brown #332204

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.2%

 BLUE value IS 4 (1.95% from 255) = 4.49%

R = 57.3%
G = 38.2%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#332204 (or 0x332204) is known color: Cocoa Brown. HEX triplet: 33, 22 and 04. RGB value is (51,34,4). Sum of RGB (Red+Green+Blue) = 51+34+4=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #332204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332204 is #CCDDFB. Grayscale: #232323. Windows color (decimal): -13426172 or 270899. OLE color: 270899.

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

Color convert

RGB 51 34 4 -
CMYK 0 0.33 0.92 0.8
HSL 38.3º 0.85% 0.11% -
HSV(B) 38.3º 0.92% 0.2% -
XYZ 1.96 1.86 0.37 -
YUV 35.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 51 34 4 0 0.33 0.92 0.8 38.3 0.85 0.11
Hex 33 22 4 0 21 5C 50 26 55 B
Octal 63 42 4 0 41 134 120 46 125 13
Binary 110011 100010 100 0 100001 1011100 1010000 100110 1010101 1011

Color Harmonies of #332204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332204

Black with #332204

Text Example


Text Example

White with #332204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332204; }

 p { color: rgb(51,34,4); }

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

background-color css

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

 a { background-color: rgb(51,34,4); }

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

border-color css

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

 span { border-color: rgb(51,34,4); }

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