#491C0D

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

Shades of Brown Pod #491C0D

Tints of Brown Pod #491C0D

Color information

#491C0D (or 0x491C0D) is unknown color: approx Brown Pod. HEX triplet: 49, 1C and 0D. RGB value is (73,28,13). Sum of RGB (Red+Green+Blue) = 73+28+13=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #491C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C0D is #B6E3F2. Grayscale: #272727. Windows color (decimal): -11985907 or 859209. OLE color: 859209.

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

Color convert

RGB732813-
CMYK00.620.820.71
HSL15º69.77%16.86%-
HSV(B)15º82.19%28.63%-
XYZ3.242.280.65-
YUV39.74112.91151.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.04%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=64.04%
G=24.56%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73281300.620.820.711569.7716.86
Hex491CD03E5247f4611
Octal11134150761221071710621
Binary10010011110011010111110101001010001111111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,28,13); }

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

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

 a { background-color: rgb(73,28,13); }

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

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

 span { border-color: rgb(73,28,13); }

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