#481A17

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

Shades of Red Oxide #481A17

Tints of Red Oxide #481A17

Color information

#481A17 (or 0x481A17) is unknown color: approx Red Oxide. HEX triplet: 48, 1A and 17. RGB value is (72,26,23). Sum of RGB (Red+Green+Blue) = 72+26+23=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #481A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A17 is #B7E5E8. Grayscale: #272727. Windows color (decimal): -12051945 or 1514056. OLE color: 1514056.

HSL color Cylindrical-coordinate representation of color #481A17: hue angle of 3.67º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481A17 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB722623-
CMYK00.640.680.72
HSL3.67º51.58%18.63%-
HSV(B)3.67º68.06%28.24%-
XYZ3.22.181.06-
YUV39.41118.74151.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=59.50%
G=21.49%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72262300.640.680.723.6751.5818.63
Hex481A17040444843413
Octal1103227010010411046423
Binary10010001101010111010000001000100100100010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481A17; }

 p { color: rgb(72,26,23); }

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

<style>
 a { background-color: #481A17; }

 a { background-color: rgb(72,26,23); }

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

<style>
 span { border-color: #481A17; }

 span { border-color: rgb(72,26,23); }

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