Html Css Color HEX #491908 Brown Pod

📋 copy color: '#491908'

red 73 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #491908

Tints of Brown Pod #491908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.58%

 BLUE value IS 8 (3.52% from 255) = 7.55%

R = 68.87%
G = 23.58%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#491908 (or 0x491908) is known color: Brown Pod. HEX triplet: 49, 19 and 08. RGB value is (73,25,8). Sum of RGB (Red+Green+Blue) = 73+25+8=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #491908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491908 is #B6E6F7. Grayscale: #252525. Windows color (decimal): -11986680 or 530761. OLE color: 530761.

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

Color convert

RGB 73 25 8 -
CMYK 0 0.66 0.89 0.71
HSL 15.69º 0.8% 0.16% -
HSV(B) 15.69º 0.89% 0.29% -
XYZ 3.14 2.13 0.48 -
YUV 37.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 73 25 8 0 0.66 0.89 0.71 15.69 0.8 0.16
Hex 49 19 8 0 42 59 47 10 50 10
Octal 111 31 10 0 102 131 107 20 120 20
Binary 1001001 11001 1000 0 1000010 1011001 1000111 10000 1010000 10000

Color Harmonies of #491908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491908

Black with #491908

Text Example


Text Example

White with #491908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491908; }

 p { color: rgb(73,25,8); }

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

background-color css

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

 a { background-color: rgb(73,25,8); }

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

border-color css

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

 span { border-color: rgb(73,25,8); }

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