Html Css Color HEX #33220D Cocoa Brown

📋 copy color: '#33220D'

red 51 ◦ green 34 ◦ blue 13

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

Shades of Cocoa Brown #33220D

Tints of Cocoa Brown #33220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.27%

R = 52.04%
G = 34.69%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#33220D (or 0x33220D) is known color: Cocoa Brown. HEX triplet: 33, 22 and 0D. RGB value is (51,34,13). Sum of RGB (Red+Green+Blue) = 51+34+13=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #33220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33220D is #CCDDF2. Grayscale: #242424. Windows color (decimal): -13426163 or 860723. OLE color: 860723.

HSL color Cylindrical-coordinate representation of color #33220D: hue angle of 33.16º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33220D is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 34 13 -
CMYK 0 0.33 0.75 0.8
HSL 33.16º 0.59% 0.13% -
HSV(B) 33.16º 0.75% 0.2% -
XYZ 2.01 1.88 0.64 -
YUV 36.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 51 34 13 0 0.33 0.75 0.8 33.16 0.59 0.13
Hex 33 22 D 0 21 4B 50 21 3B D
Octal 63 42 15 0 41 113 120 41 73 15
Binary 110011 100010 1101 0 100001 1001011 1010000 100001 111011 1101

Color Harmonies of #33220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33220D

Black with #33220D

Text Example


Text Example

White with #33220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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