#702F28

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

Shades of Auburn #702F28

Tints of Auburn #702F28

Color information

#702F28 (or 0x702F28) is unknown color: approx Auburn. HEX triplet: 70, 2F and 28. RGB value is (112,47,40). Sum of RGB (Red+Green+Blue) = 112+47+40=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F28 is #8FD0D7. Grayscale: #414141. Windows color (decimal): -9425112 or 2633584. OLE color: 2633584.

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

Color convert

RGB1124740-
CMYK00.580.640.56
HSL5.83º47.37%29.8%-
HSV(B)5.83º64.29%43.92%-
XYZ8.085.632.67-
YUV65.64113.53161.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 47 (18.75% from 255) = 23.62%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=56.28%
G=23.62%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112474000.580.640.565.8347.3729.8
Hex702F2803A403862f1e
Octal16057500721007065736
Binary11100001011111010000111010100000011100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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