#702D2A

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

Shades of Auburn #702D2A

Tints of Auburn #702D2A

Color information

#702D2A (or 0x702D2A) is unknown color: approx Auburn. HEX triplet: 70, 2D and 2A. RGB value is (112,45,42). Sum of RGB (Red+Green+Blue) = 112+45+42=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D2A is #8FD2D5. Grayscale: #404040. Windows color (decimal): -9425622 or 2764144. OLE color: 2764144.

HSL color Cylindrical-coordinate representation of color #702D2A: hue angle of 2.57º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702D2A is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1124542-
CMYK00.600.620.56
HSL2.57º45.45%30.2%-
HSV(B)2.57º62.5%43.92%-
XYZ8.045.492.83-
YUV64.69115.2161.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=56.28%
G=22.61%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112454200.600.620.562.5745.4530.2
Hex702D2A03C3E3832d1e
Octal1605552074767035536
Binary111000010110110101001111001111101110001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,45,42); }

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

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

 a { background-color: rgb(112,45,42); }

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

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

 span { border-color: rgb(112,45,42); }

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