Html Css Color HEX #49240F Brown Pod

📋 copy color: '#49240F'

red 73 ◦ green 36 ◦ blue 15

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

Shades of Brown Pod #49240F

Tints of Brown Pod #49240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.03%

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

R = 58.87%
G = 29.03%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49240F (or 0x49240F) is known color: Brown Pod. HEX triplet: 49, 24 and 0F. RGB value is (73,36,15). Sum of RGB (Red+Green+Blue) = 73+36+15=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49240F is #B6DBF0. Grayscale: #2C2C2C. Windows color (decimal): -11983857 or 992329. OLE color: 992329.

HSL color Cylindrical-coordinate representation of color #49240F: hue angle of 21.72º 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 #49240F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 36 15 -
CMYK 0 0.51 0.79 0.71
HSL 21.72º 0.66% 0.17% -
HSV(B) 21.72º 0.79% 0.29% -
XYZ 3.46 2.71 0.79 -
YUV 44.67 111.26 148.21 -
System Red Green Blue C M Y K H S L
Decimal 73 36 15 0 0.51 0.79 0.71 21.72 0.66 0.17
Hex 49 24 F 0 33 4F 47 16 42 11
Octal 111 44 17 0 63 117 107 26 102 21
Binary 1001001 100100 1111 0 110011 1001111 1000111 10110 1000010 10001

Color Harmonies of #49240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49240F

Black with #49240F

Text Example


Text Example

White with #49240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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