Html Css Color HEX #332116 Cocoa Brown

📋 copy color: '#332116'

red 51 ◦ green 33 ◦ blue 22

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

Shades of Cocoa Brown #332116

Tints of Cocoa Brown #332116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.75%

R = 48.11%
G = 31.13%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#332116 (or 0x332116) is known color: Cocoa Brown. HEX triplet: 33, 21 and 16. RGB value is (51,33,22). Sum of RGB (Red+Green+Blue) = 51+33+22=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332116 is #CCDEE9. Grayscale: #252525. Windows color (decimal): -13426410 or 1450291. OLE color: 1450291.

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

Color convert

RGB 51 33 22 -
CMYK 0 0.35 0.57 0.8
HSL 22.76º 0.4% 0.14% -
HSV(B) 22.76º 0.57% 0.2% -
XYZ 2.05 1.85 1.01 -
YUV 37.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 51 33 22 0 0.35 0.57 0.8 22.76 0.4 0.14
Hex 33 21 16 0 23 39 50 17 28 E
Octal 63 41 26 0 43 71 120 27 50 16
Binary 110011 100001 10110 0 100011 111001 1010000 10111 101000 1110

Color Harmonies of #332116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332116

Black with #332116

Text Example


Text Example

White with #332116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332116; }

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

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

background-color css

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

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

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

border-color css

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

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

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