Html Css Color HEX #49200F Brown Pod

📋 copy color: '#49200F'

red 73 ◦ green 32 ◦ blue 15

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

Shades of Brown Pod #49200F

Tints of Brown Pod #49200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.5%

R = 60.83%
G = 26.67%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49200F (or 0x49200F) is known color: Brown Pod. HEX triplet: 49, 20 and 0F. RGB value is (73,32,15). Sum of RGB (Red+Green+Blue) = 73+32+15=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49200F is #B6DFF0. Grayscale: #2A2A2A. Windows color (decimal): -11984881 or 991305. OLE color: 991305.

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

Color convert

RGB 73 32 15 -
CMYK 0 0.56 0.79 0.71
HSL 17.59º 0.66% 0.17% -
HSV(B) 17.59º 0.79% 0.29% -
XYZ 3.35 2.48 0.75 -
YUV 42.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 73 32 15 0 0.56 0.79 0.71 17.59 0.66 0.17
Hex 49 20 F 0 38 4F 47 12 42 11
Octal 111 40 17 0 70 117 107 22 102 21
Binary 1001001 100000 1111 0 111000 1001111 1000111 10010 1000010 10001

Color Harmonies of #49200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49200F

Black with #49200F

Text Example


Text Example

White with #49200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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