#702725

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

Shades of Auburn #702725

Tints of Auburn #702725

Color information

#702725 (or 0x702725) is unknown color: approx Auburn. HEX triplet: 70, 27 and 25. RGB value is (112,39,37). Sum of RGB (Red+Green+Blue) = 112+39+37=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702725 is #8FD8DA. Grayscale: #3C3C3C. Windows color (decimal): -9427163 or 2434928. OLE color: 2434928.

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

Color convert

RGB1123937-
CMYK00.650.670.56
HSL1.6º50.34%29.22%-
HSV(B)1.6º66.96%43.92%-
XYZ7.745.032.31-
YUV60.6114.68164.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.57%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=59.57%
G=20.74%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112393700.650.670.561.650.3429.22
Hex70272504143382321d
Octal160474501011037026235
Binary11100001001111001010100000110000111110001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702725; }

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

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

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

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

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

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

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

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