Html Css Color HEX #332820 Cocoa Brown

📋 copy color: '#332820'

red 51 ◦ green 40 ◦ blue 32

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

Shades of Cocoa Brown #332820

Tints of Cocoa Brown #332820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.52%

 BLUE value IS 32 (12.89% from 255) = 26.02%

R = 41.46%
G = 32.52%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#332820 (or 0x332820) is known color: Cocoa Brown. HEX triplet: 33, 28 and 20. RGB value is (51,40,32). Sum of RGB (Red+Green+Blue) = 51+40+32=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #332820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332820 is #CCD7DF. Grayscale: #2A2A2A. Windows color (decimal): -13424608 or 2107443. OLE color: 2107443.

HSL color Cylindrical-coordinate representation of color #332820: hue angle of 25.26º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332820 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 40 32 -
CMYK 0 0.22 0.37 0.8
HSL 25.26º 0.23% 0.16% -
HSV(B) 25.26º 0.37% 0.2% -
XYZ 2.38 2.33 1.69 -
YUV 42.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 51 40 32 0 0.22 0.37 0.8 25.26 0.23 0.16
Hex 33 28 20 0 16 25 50 19 17 10
Octal 63 50 40 0 26 45 120 31 27 20
Binary 110011 101000 100000 0 10110 100101 1010000 11001 10111 10000

Color Harmonies of #332820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332820

Black with #332820

Text Example


Text Example

White with #332820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332820; }

 p { color: rgb(51,40,32); }

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

background-color css

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

 a { background-color: rgb(51,40,32); }

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

border-color css

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

 span { border-color: rgb(51,40,32); }

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