Html Css Color HEX #491509 Brown Pod

📋 copy color: '#491509'

red 73 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #491509

Tints of Brown Pod #491509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.39%

 BLUE value IS 9 (3.91% from 255) = 8.74%

R = 70.87%
G = 20.39%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#491509 (or 0x491509) is known color: Brown Pod. HEX triplet: 49, 15 and 09. RGB value is (73,21,9). Sum of RGB (Red+Green+Blue) = 73+21+9=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #491509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491509 is #B6EAF6. Grayscale: #232323. Windows color (decimal): -11987703 or 595273. OLE color: 595273.

HSL color Cylindrical-coordinate representation of color #491509: hue angle of 11.25º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491509 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 21 9 -
CMYK 0 0.71 0.88 0.71
HSL 11.25º 0.78% 0.16% -
HSV(B) 11.25º 0.88% 0.29% -
XYZ 3.07 1.97 0.48 -
YUV 35.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 73 21 9 0 0.71 0.88 0.71 11.25 0.78 0.16
Hex 49 15 9 0 47 58 47 B 4E 10
Octal 111 25 11 0 107 130 107 13 116 20
Binary 1001001 10101 1001 0 1000111 1011000 1000111 1011 1001110 10000

Color Harmonies of #491509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491509

Black with #491509

Text Example


Text Example

White with #491509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491509; }

 p { color: rgb(73,21,9); }

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

background-color css

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

 a { background-color: rgb(73,21,9); }

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

border-color css

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

 span { border-color: rgb(73,21,9); }

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