Html Css Color HEX #332516 Cocoa Brown

📋 copy color: '#332516'

red 51 ◦ green 37 ◦ blue 22

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

Shades of Cocoa Brown #332516

Tints of Cocoa Brown #332516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.64%

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

R = 46.36%
G = 33.64%
B = 20%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#332516 (or 0x332516) is known color: Cocoa Brown. HEX triplet: 33, 25 and 16. RGB value is (51,37,22). Sum of RGB (Red+Green+Blue) = 51+37+22=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332516 is #CCDAE9. Grayscale: #272727. Windows color (decimal): -13425386 or 1451315. OLE color: 1451315.

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

Color convert

RGB 51 37 22 -
CMYK 0 0.27 0.57 0.8
HSL 31.03º 0.4% 0.14% -
HSV(B) 31.03º 0.57% 0.2% -
XYZ 2.17 2.08 1.05 -
YUV 39.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 51 37 22 0 0.27 0.57 0.8 31.03 0.4 0.14
Hex 33 25 16 0 1B 39 50 1F 28 E
Octal 63 45 26 0 33 71 120 37 50 16
Binary 110011 100101 10110 0 11011 111001 1010000 11111 101000 1110

Color Harmonies of #332516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332516

Black with #332516

Text Example


Text Example

White with #332516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332516; }

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

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

background-color css

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

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

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

border-color css

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

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

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