Html Css Color HEX #491808 Brown Pod

📋 copy color: '#491808'

red 73 ◦ green 24 ◦ blue 8

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

Shades of Brown Pod #491808

Tints of Brown Pod #491808

RGB

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

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

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

R = 69.52%
G = 22.86%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#491808 (or 0x491808) is known color: Brown Pod. HEX triplet: 49, 18 and 08. RGB value is (73,24,8). Sum of RGB (Red+Green+Blue) = 73+24+8=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #491808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491808 is #B6E7F7. Grayscale: #242424. Windows color (decimal): -11986936 or 530505. OLE color: 530505.

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

Color convert

RGB 73 24 8 -
CMYK 0 0.67 0.89 0.71
HSL 14.77º 0.8% 0.16% -
HSV(B) 14.77º 0.89% 0.29% -
XYZ 3.12 2.09 0.47 -
YUV 36.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 73 24 8 0 0.67 0.89 0.71 14.77 0.8 0.16
Hex 49 18 8 0 43 59 47 F 50 10
Octal 111 30 10 0 103 131 107 17 120 20
Binary 1001001 11000 1000 0 1000011 1011001 1000111 1111 1010000 10000

Color Harmonies of #491808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491808

Black with #491808

Text Example


Text Example

White with #491808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491808; }

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

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

background-color css

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

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

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

border-color css

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

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

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