Html Css Color HEX #491508 Brown Pod

📋 copy color: '#491508'

red 73 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #491508

Tints of Brown Pod #491508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

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

R = 71.57%
G = 20.59%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#491508 (or 0x491508) is known color: Brown Pod. HEX triplet: 49, 15 and 08. RGB value is (73,21,8). Sum of RGB (Red+Green+Blue) = 73+21+8=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #491508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491508 is #B6EAF7. Grayscale: #232323. Windows color (decimal): -11987704 or 529737. OLE color: 529737.

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

Color convert

RGB 73 21 8 -
CMYK 0 0.71 0.89 0.71
HSL 12º 0.8% 0.16% -
HSV(B) 12º 0.89% 0.29% -
XYZ 3.06 1.97 0.45 -
YUV 35.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 73 21 8 0 0.71 0.89 0.71 12 0.8 0.16
Hex 49 15 8 0 47 59 47 C 50 10
Octal 111 25 10 0 107 131 107 14 120 20
Binary 1001001 10101 1000 0 1000111 1011001 1000111 1100 1010000 10000

Color Harmonies of #491508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491508

Black with #491508

Text Example


Text Example

White with #491508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491508; }

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

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

background-color css

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

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

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

border-color css

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

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

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