Html Css Color HEX #491D08 Brown Pod

📋 copy color: '#491D08'

red 73 ◦ green 29 ◦ blue 8

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

Shades of Brown Pod #491D08

Tints of Brown Pod #491D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.36%

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

R = 66.36%
G = 26.36%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#491D08 (or 0x491D08) is known color: Brown Pod. HEX triplet: 49, 1D and 08. RGB value is (73,29,8). Sum of RGB (Red+Green+Blue) = 73+29+8=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #491D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D08 is #B6E2F7. Grayscale: #272727. Windows color (decimal): -11985656 or 531785. OLE color: 531785.

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

Color convert

RGB 73 29 8 -
CMYK 0 0.60 0.89 0.71
HSL 19.38º 0.8% 0.16% -
HSV(B) 19.38º 0.89% 0.29% -
XYZ 3.23 2.31 0.51 -
YUV 39.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 73 29 8 0 0.60 0.89 0.71 19.38 0.8 0.16
Hex 49 1D 8 0 3C 59 47 13 50 10
Octal 111 35 10 0 74 131 107 23 120 20
Binary 1001001 11101 1000 0 111100 1011001 1000111 10011 1010000 10000

Color Harmonies of #491D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D08

Black with #491D08

Text Example


Text Example

White with #491D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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