Html Css Color HEX #491708 Brown Pod

📋 copy color: '#491708'

red 73 ◦ green 23 ◦ blue 8

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

Shades of Brown Pod #491708

Tints of Brown Pod #491708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.12%

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

R = 70.19%
G = 22.12%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#491708 (or 0x491708) is known color: Brown Pod. HEX triplet: 49, 17 and 08. RGB value is (73,23,8). Sum of RGB (Red+Green+Blue) = 73+23+8=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #491708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491708 is #B6E8F7. Grayscale: #242424. Windows color (decimal): -11987192 or 530249. OLE color: 530249.

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

Color convert

RGB 73 23 8 -
CMYK 0 0.68 0.89 0.71
HSL 13.85º 0.8% 0.16% -
HSV(B) 13.85º 0.89% 0.29% -
XYZ 3.1 2.05 0.46 -
YUV 36.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 73 23 8 0 0.68 0.89 0.71 13.85 0.8 0.16
Hex 49 17 8 0 44 59 47 E 50 10
Octal 111 27 10 0 104 131 107 16 120 20
Binary 1001001 10111 1000 0 1000100 1011001 1000111 1110 1010000 10000

Color Harmonies of #491708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491708

Black with #491708

Text Example


Text Example

White with #491708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491708; }

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

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

background-color css

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

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

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

border-color css

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

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

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