Html Css Color HEX #31201C Brown Pod

📋 copy color: '#31201C'

red 49 ◦ green 32 ◦ blue 28

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

Shades of Brown Pod #31201C

Tints of Brown Pod #31201C

RGB

 RED value IS 49 (19.53% from 255) = 44.95%

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

 BLUE value IS 28 (11.33% from 255) = 25.69%

R = 44.95%
G = 29.36%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#31201C (or 0x31201C) is known color: Brown Pod. HEX triplet: 31, 20 and 1C. RGB value is (49,32,28). Sum of RGB (Red+Green+Blue) = 49+32+28=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #31201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31201C is #CEDFE3. Grayscale: #242424. Windows color (decimal): -13557732 or 1843249. OLE color: 1843249.

HSL color Cylindrical-coordinate representation of color #31201C: hue angle of 11.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31201C is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 32 28 -
CMYK 0 0.35 0.43 0.81
HSL 11.43º 0.27% 0.15% -
HSV(B) 11.43º 0.43% 0.19% -
XYZ 1.99 1.77 1.34 -
YUV 36.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 49 32 28 0 0.35 0.43 0.81 11.43 0.27 0.15
Hex 31 20 1C 0 23 2B 51 B 1B F
Octal 61 40 34 0 43 53 121 13 33 17
Binary 110001 100000 11100 0 100011 101011 1010001 1011 11011 1111

Color Harmonies of #31201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31201C

Black with #31201C

Text Example


Text Example

White with #31201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31201C; }

 p { color: rgb(49,32,28); }

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

background-color css

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

 a { background-color: rgb(49,32,28); }

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

border-color css

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

 span { border-color: rgb(49,32,28); }

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