#702F29

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

Shades of Auburn #702F29

Tints of Auburn #702F29

Color information

#702F29 (or 0x702F29) is unknown color: approx Auburn. HEX triplet: 70, 2F and 29. RGB value is (112,47,41). Sum of RGB (Red+Green+Blue) = 112+47+41=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #702F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F29 is #8FD0D6. Grayscale: #414141. Windows color (decimal): -9425111 or 2699120. OLE color: 2699120.

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

Color convert

RGB1124741-
CMYK00.580.630.56
HSL5.07º46.41%30%-
HSV(B)5.07º63.39%43.92%-
XYZ8.15.642.76-
YUV65.75114.03160.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=56%
G=23.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112474100.580.630.565.0746.4130
Hex702F2903A3F3852e1e
Octal1605751072777055636
Binary1110000101111101001011101011111111100010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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