Html Css Color HEX #49200C Brown Pod

📋 copy color: '#49200C'

red 73 ◦ green 32 ◦ blue 12

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

Shades of Brown Pod #49200C

Tints of Brown Pod #49200C

RGB

 RED value IS 73 (28.91% from 255) = 62.39%

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

 BLUE value IS 12 (5.08% from 255) = 10.26%

R = 62.39%
G = 27.35%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49200C (or 0x49200C) is known color: Brown Pod. HEX triplet: 49, 20 and 0C. RGB value is (73,32,12). Sum of RGB (Red+Green+Blue) = 73+32+12=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #49200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49200C is #B6DFF3. Grayscale: #2A2A2A. Windows color (decimal): -11984884 or 794697. OLE color: 794697.

HSL color Cylindrical-coordinate representation of color #49200C: hue angle of 19.67º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49200C is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 12 -
CMYK 0 0.56 0.84 0.71
HSL 19.67º 0.72% 0.17% -
HSV(B) 19.67º 0.84% 0.29% -
XYZ 3.33 2.48 0.65 -
YUV 41.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 73 32 12 0 0.56 0.84 0.71 19.67 0.72 0.17
Hex 49 20 C 0 38 54 47 14 48 11
Octal 111 40 14 0 70 124 107 24 110 21
Binary 1001001 100000 1100 0 111000 1010100 1000111 10100 1001000 10001

Color Harmonies of #49200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49200C

Black with #49200C

Text Example


Text Example

White with #49200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,32,12); }

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

background-color css

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

 a { background-color: rgb(73,32,12); }

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

border-color css

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

 span { border-color: rgb(73,32,12); }

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