Html Css Color HEX #332112 Cocoa Brown

📋 copy color: '#332112'

red 51 ◦ green 33 ◦ blue 18

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

Shades of Cocoa Brown #332112

Tints of Cocoa Brown #332112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.35%

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

R = 50%
G = 32.35%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#332112 (or 0x332112) is known color: Cocoa Brown. HEX triplet: 33, 21 and 12. RGB value is (51,33,18). Sum of RGB (Red+Green+Blue) = 51+33+18=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #332112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332112 is #CCDEED. Grayscale: #242424. Windows color (decimal): -13426414 or 1188147. OLE color: 1188147.

HSL color Cylindrical-coordinate representation of color #332112: hue angle of 27.27º 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 #332112 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 33 18 -
CMYK 0 0.35 0.65 0.8
HSL 27.27º 0.48% 0.14% -
HSV(B) 27.27º 0.65% 0.2% -
XYZ 2.02 1.84 0.82 -
YUV 36.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 51 33 18 0 0.35 0.65 0.8 27.27 0.48 0.14
Hex 33 21 12 0 23 41 50 1B 30 E
Octal 63 41 22 0 43 101 120 33 60 16
Binary 110011 100001 10010 0 100011 1000001 1010000 11011 110000 1110

Color Harmonies of #332112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332112

Black with #332112

Text Example


Text Example

White with #332112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332112; }

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

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

background-color css

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

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

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

border-color css

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

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

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