Html Css Color HEX #33211D Brown Pod

📋 copy color: '#33211D'

red 51 ◦ green 33 ◦ blue 29

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

Shades of Brown Pod #33211D

Tints of Brown Pod #33211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.2%

 BLUE value IS 29 (11.72% from 255) = 25.66%

R = 45.13%
G = 29.2%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#33211D (or 0x33211D) is known color: Brown Pod. HEX triplet: 33, 21 and 1D. RGB value is (51,33,29). Sum of RGB (Red+Green+Blue) = 51+33+29=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33211D is #CCDEE2. Grayscale: #252525. Windows color (decimal): -13426403 or 1909043. OLE color: 1909043.

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

Color convert

RGB 51 33 29 -
CMYK 0 0.35 0.43 0.8
HSL 10.91º 0.28% 0.16% -
HSV(B) 10.91º 0.43% 0.2% -
XYZ 2.13 1.88 1.41 -
YUV 37.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 51 33 29 0 0.35 0.43 0.8 10.91 0.28 0.16
Hex 33 21 1D 0 23 2B 50 B 1C 10
Octal 63 41 35 0 43 53 120 13 34 20
Binary 110011 100001 11101 0 100011 101011 1010000 1011 11100 10000

Color Harmonies of #33211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33211D

Black with #33211D

Text Example


Text Example

White with #33211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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