#702724

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

Shades of Auburn #702724

Tints of Auburn #702724

Color information

#702724 (or 0x702724) is unknown color: approx Auburn. HEX triplet: 70, 27 and 24. RGB value is (112,39,36). Sum of RGB (Red+Green+Blue) = 112+39+36=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702724 is #8FD8DB. Grayscale: #3C3C3C. Windows color (decimal): -9427164 or 2369392. OLE color: 2369392.

HSL color Cylindrical-coordinate representation of color #702724: hue angle of 2.37º 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 #702724 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1123936-
CMYK00.650.680.56
HSL2.37º51.35%29.02%-
HSV(B)2.37º67.86%43.92%-
XYZ7.735.022.23-
YUV60.48114.18164.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=59.89%
G=20.86%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112393600.650.680.562.3751.3529.02
Hex70272404144382331d
Octal160474401011047026335
Binary11100001001111001000100000110001001110001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702724; }

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

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

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

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

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

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

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

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