Html Css Color HEX #332212 Cocoa Brown

📋 copy color: '#332212'

red 51 ◦ green 34 ◦ blue 18

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

Shades of Cocoa Brown #332212

Tints of Cocoa Brown #332212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.48%

R = 49.51%
G = 33.01%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#332212 (or 0x332212) is known color: Cocoa Brown. HEX triplet: 33, 22 and 12. RGB value is (51,34,18). Sum of RGB (Red+Green+Blue) = 51+34+18=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #332212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332212 is #CCDDED. Grayscale: #252525. Windows color (decimal): -13426158 or 1188403. OLE color: 1188403.

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

Color convert

RGB 51 34 18 -
CMYK 0 0.33 0.65 0.8
HSL 29.09º 0.48% 0.14% -
HSV(B) 29.09º 0.65% 0.2% -
XYZ 2.05 1.89 0.83 -
YUV 37.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 51 34 18 0 0.33 0.65 0.8 29.09 0.48 0.14
Hex 33 22 12 0 21 41 50 1D 30 E
Octal 63 42 22 0 41 101 120 35 60 16
Binary 110011 100010 10010 0 100001 1000001 1010000 11101 110000 1110

Color Harmonies of #332212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332212

Black with #332212

Text Example


Text Example

White with #332212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332212; }

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

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

background-color css

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

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

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

border-color css

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

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

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