#491B18

Color #491B18 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #491B18

Tints of Red Oxide #491B18

Color information

#491B18 (or 0x491B18) is unknown color: approx Red Oxide. HEX triplet: 49, 1B and 18. RGB value is (73,27,24). Sum of RGB (Red+Green+Blue) = 73+27+24=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B18 is #B6E4E7. Grayscale: #282828. Windows color (decimal): -11986152 or 1579849. OLE color: 1579849.

HSL color Cylindrical-coordinate representation of color #491B18: hue angle of 3.67º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491B18 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB732724-
CMYK00.630.670.71
HSL3.67º50.52%19.02%-
HSV(B)3.67º67.12%28.63%-
XYZ3.32.271.13-
YUV40.41118.74151.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 27 (10.94% from 255) = 21.77%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=58.87%
G=21.77%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73272400.630.670.713.6750.5219.02
Hex491B1803F434743313
Octal111333007710310746323
Binary1001001110111100001111111000011100011110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,27,24); }

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

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

 a { background-color: rgb(73,27,24); }

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

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

 span { border-color: rgb(73,27,24); }

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