#702824

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

Shades of Auburn #702824

Tints of Auburn #702824

Color information

#702824 (or 0x702824) is unknown color: approx Auburn. HEX triplet: 70, 28 and 24. RGB value is (112,40,36). Sum of RGB (Red+Green+Blue) = 112+40+36=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702824 is #8FD7DB. Grayscale: #3D3D3D. Windows color (decimal): -9426908 or 2369648. OLE color: 2369648.

HSL color Cylindrical-coordinate representation of color #702824: hue angle of 3.16º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702824 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1124036-
CMYK00.640.680.56
HSL3.16º51.35%29.02%-
HSV(B)3.16º67.86%43.92%-
XYZ7.765.092.24-
YUV61.07113.85164.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.57%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=59.57%
G=21.28%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112403600.640.680.563.1651.3529.02
Hex70282404044383331d
Octal160504401001047036335
Binary11100001010001001000100000010001001110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702824; }

 p { color: rgb(112,40,36); }

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

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

 a { background-color: rgb(112,40,36); }

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

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

 span { border-color: rgb(112,40,36); }

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