#702B25

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

Shades of Auburn #702B25

Tints of Auburn #702B25

Color information

#702B25 (or 0x702B25) is unknown color: approx Auburn. HEX triplet: 70, 2B and 25. RGB value is (112,43,37). Sum of RGB (Red+Green+Blue) = 112+43+37=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #702B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B25 is #8FD4DA. Grayscale: #3F3F3F. Windows color (decimal): -9426139 or 2435952. OLE color: 2435952.

HSL color Cylindrical-coordinate representation of color #702B25: hue angle of 4.8º 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 #702B25 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1124337-
CMYK00.620.670.56
HSL4.8º50.34%29.22%-
HSV(B)4.8º66.96%43.92%-
XYZ7.885.312.36-
YUV62.95113.36162.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.33%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 37 (14.84% from 255) = 19.27%
R=58.33%
G=22.40%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112433700.620.670.564.850.3429.22
Hex702B2503E43385321d
Octal16053450761037056235
Binary11100001010111001010111110100001111100010111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702B25; }

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

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

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

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

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

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

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

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