Html Css Color HEX #332316 Cocoa Brown

📋 copy color: '#332316'

red 51 ◦ green 35 ◦ blue 22

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

Shades of Cocoa Brown #332316

Tints of Cocoa Brown #332316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.41%

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

R = 47.22%
G = 32.41%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#332316 (or 0x332316) is known color: Cocoa Brown. HEX triplet: 33, 23 and 16. RGB value is (51,35,22). Sum of RGB (Red+Green+Blue) = 51+35+22=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #332316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332316 is #CCDCE9. Grayscale: #262626. Windows color (decimal): -13425898 or 1450803. OLE color: 1450803.

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

Color convert

RGB 51 35 22 -
CMYK 0 0.31 0.57 0.8
HSL 26.9º 0.4% 0.14% -
HSV(B) 26.9º 0.57% 0.2% -
XYZ 2.11 1.96 1.03 -
YUV 38.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 51 35 22 0 0.31 0.57 0.8 26.9 0.4 0.14
Hex 33 23 16 0 1F 39 50 1B 28 E
Octal 63 43 26 0 37 71 120 33 50 16
Binary 110011 100011 10110 0 11111 111001 1010000 11011 101000 1110

Color Harmonies of #332316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332316

Black with #332316

Text Example


Text Example

White with #332316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332316; }

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

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

background-color css

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

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

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

border-color css

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

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

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