Html Css Color HEX #332416 Cocoa Brown

📋 copy color: '#332416'

red 51 ◦ green 36 ◦ blue 22

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

Shades of Cocoa Brown #332416

Tints of Cocoa Brown #332416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.03%

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

R = 46.79%
G = 33.03%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#332416 (or 0x332416) is known color: Cocoa Brown. HEX triplet: 33, 24 and 16. RGB value is (51,36,22). Sum of RGB (Red+Green+Blue) = 51+36+22=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332416 is #CCDBE9. Grayscale: #262626. Windows color (decimal): -13425642 or 1451059. OLE color: 1451059.

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

Color convert

RGB 51 36 22 -
CMYK 0 0.29 0.57 0.8
HSL 28.97º 0.4% 0.14% -
HSV(B) 28.97º 0.57% 0.2% -
XYZ 2.14 2.02 1.04 -
YUV 38.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 51 36 22 0 0.29 0.57 0.8 28.97 0.4 0.14
Hex 33 24 16 0 1D 39 50 1D 28 E
Octal 63 44 26 0 35 71 120 35 50 16
Binary 110011 100100 10110 0 11101 111001 1010000 11101 101000 1110

Color Harmonies of #332416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332416

Black with #332416

Text Example


Text Example

White with #332416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332416; }

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

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

background-color css

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

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

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

border-color css

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

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

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