#521708

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

Shades of Red Oxide #521708

Tints of Red Oxide #521708

Color information

#521708 (or 0x521708) is unknown color: approx Red Oxide. HEX triplet: 52, 17 and 08. RGB value is (82,23,8). Sum of RGB (Red+Green+Blue) = 82+23+8=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #521708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521708 is #ADE8F7. Grayscale: #272727. Windows color (decimal): -11397368 or 530258. OLE color: 530258.

HSL color Cylindrical-coordinate representation of color #521708: hue angle of 12.16º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521708 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82238-
CMYK00.720.900.68
HSL12.16º82.22%17.65%-
HSV(B)12.16º90.24%32.16%-
XYZ3.832.420.5-
YUV38.93110.55158.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 72.57%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=72.57%
G=20.35%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8223800.720.900.6812.1682.2217.65
Hex521780485A44c5212
Octal122271001101321041412222
Binary101001010111100001001000101101010001001100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521708; }

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

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

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

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

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

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

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

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