#521B17

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

Shades of Red Oxide #521B17

Tints of Red Oxide #521B17

Color information

#521B17 (or 0x521B17) is unknown color: approx Red Oxide. HEX triplet: 52, 1B and 17. RGB value is (82,27,23). Sum of RGB (Red+Green+Blue) = 82+27+23=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #521B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B17 is #ADE4E8. Grayscale: #2B2B2B. Windows color (decimal): -11396329 or 1514322. OLE color: 1514322.

HSL color Cylindrical-coordinate representation of color #521B17: hue angle of 4.07º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521B17 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB822723-
CMYK00.670.720.68
HSL4.07º56.19%20.59%-
HSV(B)4.07º71.95%32.16%-
XYZ4.032.641.11-
YUV42.99116.72155.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=62.12%
G=20.45%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82272300.670.720.684.0756.1920.59
Hex521B17043484443815
Octal1223327010311010447025
Binary10100101101110111010000111001000100010010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521B17; }

 p { color: rgb(82,27,23); }

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

<style>
 a { background-color: #521B17; }

 a { background-color: rgb(82,27,23); }

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

<style>
 span { border-color: #521B17; }

 span { border-color: rgb(82,27,23); }

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