Html Css Color HEX #491605 Brown Pod

📋 copy color: '#491605'

red 73 ◦ green 22 ◦ blue 5

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

Shades of Brown Pod #491605

Tints of Brown Pod #491605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22%

 BLUE value IS 5 (2.34% from 255) = 5%

R = 73%
G = 22%
B = 5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#491605 (or 0x491605) is known color: Brown Pod. HEX triplet: 49, 16 and 05. RGB value is (73,22,5). Sum of RGB (Red+Green+Blue) = 73+22+5=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #491605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491605 is #B6E9FA. Grayscale: #232323. Windows color (decimal): -11987451 or 333385. OLE color: 333385.

HSL color Cylindrical-coordinate representation of color #491605: hue angle of 15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #491605 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 22 5 -
CMYK 0 0.70 0.93 0.71
HSL 15º 0.87% 0.15% -
HSV(B) 15º 0.93% 0.29% -
XYZ 3.06 2 0.37 -
YUV 35.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 73 22 5 0 0.70 0.93 0.71 15 0.87 0.15
Hex 49 16 5 0 46 5D 47 F 57 F
Octal 111 26 5 0 106 135 107 17 127 17
Binary 1001001 10110 101 0 1000110 1011101 1000111 1111 1010111 1111

Color Harmonies of #491605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491605

Black with #491605

Text Example


Text Example

White with #491605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491605; }

 p { color: rgb(73,22,5); }

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

background-color css

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

 a { background-color: rgb(73,22,5); }

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

border-color css

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

 span { border-color: rgb(73,22,5); }

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