Html Css Color HEX #491806 Brown Pod

📋 copy color: '#491806'

red 73 ◦ green 24 ◦ blue 6

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

Shades of Brown Pod #491806

Tints of Brown Pod #491806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.3%

 BLUE value IS 6 (2.73% from 255) = 5.83%

R = 70.87%
G = 23.3%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#491806 (or 0x491806) is known color: Brown Pod. HEX triplet: 49, 18 and 06. RGB value is (73,24,6). Sum of RGB (Red+Green+Blue) = 73+24+6=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #491806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491806 is #B6E7F9. Grayscale: #242424. Windows color (decimal): -11986938 or 399433. OLE color: 399433.

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

Color convert

RGB 73 24 6 -
CMYK 0 0.67 0.92 0.71
HSL 16.12º 0.85% 0.15% -
HSV(B) 16.12º 0.92% 0.29% -
XYZ 3.11 2.08 0.41 -
YUV 36.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 73 24 6 0 0.67 0.92 0.71 16.12 0.85 0.15
Hex 49 18 6 0 43 5C 47 10 55 F
Octal 111 30 6 0 103 134 107 20 125 17
Binary 1001001 11000 110 0 1000011 1011100 1000111 10000 1010101 1111

Color Harmonies of #491806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491806

Black with #491806

Text Example


Text Example

White with #491806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491806; }

 p { color: rgb(73,24,6); }

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

background-color css

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

 a { background-color: rgb(73,24,6); }

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

border-color css

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

 span { border-color: rgb(73,24,6); }

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