Html Css Color HEX #491D0F Brown Pod

📋 copy color: '#491D0F'

red 73 ◦ green 29 ◦ blue 15

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

Shades of Brown Pod #491D0F

Tints of Brown Pod #491D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.79%

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

R = 62.39%
G = 24.79%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#491D0F (or 0x491D0F) is known color: Brown Pod. HEX triplet: 49, 1D and 0F. RGB value is (73,29,15). Sum of RGB (Red+Green+Blue) = 73+29+15=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #491D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D0F is #B6E2F0. Grayscale: #282828. Windows color (decimal): -11985649 or 990537. OLE color: 990537.

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

Color convert

RGB 73 29 15 -
CMYK 0 0.60 0.79 0.71
HSL 14.48º 0.66% 0.17% -
HSV(B) 14.48º 0.79% 0.29% -
XYZ 3.27 2.33 0.73 -
YUV 40.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 73 29 15 0 0.60 0.79 0.71 14.48 0.66 0.17
Hex 49 1D F 0 3C 4F 47 E 42 11
Octal 111 35 17 0 74 117 107 16 102 21
Binary 1001001 11101 1111 0 111100 1001111 1000111 1110 1000010 10001

Color Harmonies of #491D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D0F

Black with #491D0F

Text Example


Text Example

White with #491D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491D0F; }

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

 H1.HeaderClassName
 {
   color: #491D0F;
 }
 .AnyTagClassName
 {
   color: #491D0F;
 }
</style>

background-color css

<style>
 a { background-color: #491D0F; }

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

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

border-color css

<style>
 span { border-color: #491D0F; }

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

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