Html Css Color HEX #491A08 Brown Pod

📋 copy color: '#491A08'

red 73 ◦ green 26 ◦ blue 8

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

Shades of Brown Pod #491A08

Tints of Brown Pod #491A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.3%

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

R = 68.22%
G = 24.3%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#491A08 (or 0x491A08) is known color: Brown Pod. HEX triplet: 49, 1A and 08. RGB value is (73,26,8). Sum of RGB (Red+Green+Blue) = 73+26+8=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #491A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A08 is #B6E5F7. Grayscale: #262626. Windows color (decimal): -11986424 or 531017. OLE color: 531017.

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

Color convert

RGB 73 26 8 -
CMYK 0 0.64 0.89 0.71
HSL 16.62º 0.8% 0.16% -
HSV(B) 16.62º 0.89% 0.29% -
XYZ 3.16 2.17 0.48 -
YUV 38 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 73 26 8 0 0.64 0.89 0.71 16.62 0.8 0.16
Hex 49 1A 8 0 40 59 47 11 50 10
Octal 111 32 10 0 100 131 107 21 120 20
Binary 1001001 11010 1000 0 1000000 1011001 1000111 10001 1010000 10000

Color Harmonies of #491A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A08

Black with #491A08

Text Example


Text Example

White with #491A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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