Html Css Color HEX #49250D Brown Pod

📋 copy color: '#49250D'

red 73 ◦ green 37 ◦ blue 13

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

Shades of Brown Pod #49250D

Tints of Brown Pod #49250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 59.35%
G = 30.08%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#49250D (or 0x49250D) is known color: Brown Pod. HEX triplet: 49, 25 and 0D. RGB value is (73,37,13). Sum of RGB (Red+Green+Blue) = 73+37+13=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49250D is #B6DAF2. Grayscale: #2D2D2D. Windows color (decimal): -11983603 or 861513. OLE color: 861513.

HSL color Cylindrical-coordinate representation of color #49250D: hue angle of 24º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49250D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 37 13 -
CMYK 0 0.49 0.82 0.71
HSL 24º 0.7% 0.17% -
HSV(B) 24º 0.82% 0.29% -
XYZ 3.48 2.77 0.73 -
YUV 45.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 73 37 13 0 0.49 0.82 0.71 24 0.7 0.17
Hex 49 25 D 0 31 52 47 18 46 11
Octal 111 45 15 0 61 122 107 30 106 21
Binary 1001001 100101 1101 0 110001 1010010 1000111 11000 1000110 10001

Color Harmonies of #49250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49250D

Black with #49250D

Text Example


Text Example

White with #49250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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