Html Css Color HEX #49250F Brown Pod

📋 copy color: '#49250F'

red 73 ◦ green 37 ◦ blue 15

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

Shades of Brown Pod #49250F

Tints of Brown Pod #49250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.6%

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

R = 58.4%
G = 29.6%
B = 12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49250F (or 0x49250F) is known color: Brown Pod. HEX triplet: 49, 25 and 0F. RGB value is (73,37,15). Sum of RGB (Red+Green+Blue) = 73+37+15=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49250F is #B6DAF0. Grayscale: #2D2D2D. Windows color (decimal): -11983601 or 992585. OLE color: 992585.

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

Color convert

RGB 73 37 15 -
CMYK 0 0.49 0.79 0.71
HSL 22.76º 0.66% 0.17% -
HSV(B) 22.76º 0.79% 0.29% -
XYZ 3.5 2.77 0.8 -
YUV 45.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 73 37 15 0 0.49 0.79 0.71 22.76 0.66 0.17
Hex 49 25 F 0 31 4F 47 17 42 11
Octal 111 45 17 0 61 117 107 27 102 21
Binary 1001001 100101 1111 0 110001 1001111 1000111 10111 1000010 10001

Color Harmonies of #49250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49250F

Black with #49250F

Text Example


Text Example

White with #49250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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