Html Css Color HEX #33201D Brown Pod

📋 copy color: '#33201D'

red 51 ◦ green 32 ◦ blue 29

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

Shades of Brown Pod #33201D

Tints of Brown Pod #33201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.57%

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

R = 45.54%
G = 28.57%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#33201D (or 0x33201D) is known color: Brown Pod. HEX triplet: 33, 20 and 1D. RGB value is (51,32,29). Sum of RGB (Red+Green+Blue) = 51+32+29=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #33201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33201D is #CCDFE2. Grayscale: #252525. Windows color (decimal): -13426659 or 1908787. OLE color: 1908787.

HSL color Cylindrical-coordinate representation of color #33201D: hue angle of 8.18º 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 #33201D is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 32 29 -
CMYK 0 0.37 0.43 0.8
HSL 8.18º 0.28% 0.16% -
HSV(B) 8.18º 0.43% 0.2% -
XYZ 2.1 1.83 1.4 -
YUV 37.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 51 32 29 0 0.37 0.43 0.8 8.18 0.28 0.16
Hex 33 20 1D 0 25 2B 50 8 1C 10
Octal 63 40 35 0 45 53 120 10 34 20
Binary 110011 100000 11101 0 100101 101011 1010000 1000 11100 10000

Color Harmonies of #33201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33201D

Black with #33201D

Text Example


Text Example

White with #33201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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