#491A0C

Color #491A0C Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #491A0C

Tints of Brown Pod #491A0C

Color information

#491A0C (or 0x491A0C) is unknown color: approx Brown Pod. HEX triplet: 49, 1A and 0C. RGB value is (73,26,12). Sum of RGB (Red+Green+Blue) = 73+26+12=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #491A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A0C is #B6E5F3. Grayscale: #262626. Windows color (decimal): -11986420 or 793161. OLE color: 793161.

HSL color Cylindrical-coordinate representation of color #491A0C: hue angle of 13.77º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491A0C is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB732612-
CMYK00.640.840.71
HSL13.77º71.76%16.67%-
HSV(B)13.77º83.56%28.63%-
XYZ3.182.180.6-
YUV38.46113.07152.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.77%
GREEN value IS 26 (10.55% from 255) = 23.42%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=65.77%
G=23.42%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73261200.640.840.7113.7771.7616.67
Hex491AC0405447e4811
Octal111321401001241071611021
Binary100100111010110001000000101010010001111110100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #491A0C;
 }
 .AnyTagClassName
 {
   color: #491A0C;
 }
</style>
background-color css

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

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

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

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

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

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