#702E29

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

Shades of Auburn #702E29

Tints of Auburn #702E29

Color information

#702E29 (or 0x702E29) is unknown color: approx Auburn. HEX triplet: 70, 2E and 29. RGB value is (112,46,41). Sum of RGB (Red+Green+Blue) = 112+46+41=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E29 is #8FD1D6. Grayscale: #414141. Windows color (decimal): -9425367 or 2698864. OLE color: 2698864.

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

Color convert

RGB1124641-
CMYK00.590.630.56
HSL4.23º46.41%30%-
HSV(B)4.23º63.39%43.92%-
XYZ8.065.562.75-
YUV65.16114.37161.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=56.28%
G=23.12%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112464100.590.630.564.2346.4130
Hex702E2903B3F3842e1e
Octal1605651073777045636
Binary1110000101110101001011101111111111100010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,46,41); }

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

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

 a { background-color: rgb(112,46,41); }

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

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

 span { border-color: rgb(112,46,41); }

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