Html Css Color HEX #491A07 Brown Pod

📋 copy color: '#491A07'

red 73 ◦ green 26 ◦ blue 7

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

Shades of Brown Pod #491A07

Tints of Brown Pod #491A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.6%

R = 68.87%
G = 24.53%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#491A07 (or 0x491A07) is known color: Brown Pod. HEX triplet: 49, 1A and 07. RGB value is (73,26,7). Sum of RGB (Red+Green+Blue) = 73+26+7=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #491A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A07 is #B6E5F8. Grayscale: #262626. Windows color (decimal): -11986425 or 465481. OLE color: 465481.

HSL color Cylindrical-coordinate representation of color #491A07: hue angle of 17.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #491A07 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 26 7 -
CMYK 0 0.64 0.90 0.71
HSL 17.27º 0.83% 0.16% -
HSV(B) 17.27º 0.9% 0.29% -
XYZ 3.16 2.17 0.45 -
YUV 37.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 73 26 7 0 0.64 0.90 0.71 17.27 0.83 0.16
Hex 49 1A 7 0 40 5A 47 11 52 10
Octal 111 32 7 0 100 132 107 21 122 20
Binary 1001001 11010 111 0 1000000 1011010 1000111 10001 1010010 10000

Color Harmonies of #491A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A07

Black with #491A07

Text Example


Text Example

White with #491A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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