Html Css Color HEX #491409 Brown Pod

📋 copy color: '#491409'

red 73 ◦ green 20 ◦ blue 9

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

Shades of Brown Pod #491409

Tints of Brown Pod #491409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.61%

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

R = 71.57%
G = 19.61%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#491409 (or 0x491409) is known color: Brown Pod. HEX triplet: 49, 14 and 09. RGB value is (73,20,9). Sum of RGB (Red+Green+Blue) = 73+20+9=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #491409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491409 is #B6EBF6. Grayscale: #222222. Windows color (decimal): -11987959 or 595017. OLE color: 595017.

HSL color Cylindrical-coordinate representation of color #491409: hue angle of 10.31º 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 #491409 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 20 9 -
CMYK 0 0.73 0.88 0.71
HSL 10.31º 0.78% 0.16% -
HSV(B) 10.31º 0.88% 0.29% -
XYZ 3.05 1.94 0.47 -
YUV 34.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 73 20 9 0 0.73 0.88 0.71 10.31 0.78 0.16
Hex 49 14 9 0 49 58 47 A 4E 10
Octal 111 24 11 0 111 130 107 12 116 20
Binary 1001001 10100 1001 0 1001001 1011000 1000111 1010 1001110 10000

Color Harmonies of #491409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491409

Black with #491409

Text Example


Text Example

White with #491409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491409; }

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

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

background-color css

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

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

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

border-color css

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

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

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