Html Css Color HEX #332821 Cocoa Brown

📋 copy color: '#332821'

red 51 ◦ green 40 ◦ blue 33

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

Shades of Cocoa Brown #332821

Tints of Cocoa Brown #332821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.61%

R = 41.13%
G = 32.26%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#332821 (or 0x332821) is known color: Cocoa Brown. HEX triplet: 33, 28 and 21. RGB value is (51,40,33). Sum of RGB (Red+Green+Blue) = 51+40+33=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #332821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332821 is #CCD7DE. Grayscale: #2A2A2A. Windows color (decimal): -13424607 or 2172979. OLE color: 2172979.

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

Color convert

RGB 51 40 33 -
CMYK 0 0.22 0.35 0.8
HSL 23.33º 0.21% 0.16% -
HSV(B) 23.33º 0.35% 0.2% -
XYZ 2.4 2.33 1.76 -
YUV 42.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 51 40 33 0 0.22 0.35 0.8 23.33 0.21 0.16
Hex 33 28 21 0 16 23 50 17 15 10
Octal 63 50 41 0 26 43 120 27 25 20
Binary 110011 101000 100001 0 10110 100011 1010000 10111 10101 10000

Color Harmonies of #332821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332821

Black with #332821

Text Example


Text Example

White with #332821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332821; }

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

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

background-color css

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

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

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

border-color css

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

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

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