#702E28

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

Shades of Auburn #702E28

Tints of Auburn #702E28

Color information

#702E28 (or 0x702E28) is unknown color: approx Auburn. HEX triplet: 70, 2E and 28. RGB value is (112,46,40). Sum of RGB (Red+Green+Blue) = 112+46+40=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #702E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E28 is #8FD1D7. Grayscale: #414141. Windows color (decimal): -9425368 or 2633328. OLE color: 2633328.

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

Color convert

RGB1124640-
CMYK00.590.640.56
HSL47.37%29.8%-
HSV(B)64.29%43.92%-
XYZ8.045.552.66-
YUV65.05113.87161.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=56.57%
G=23.23%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112464000.590.640.56547.3729.8
Hex702E2803B403852f1e
Octal16056500731007055736
Binary11100001011101010000111011100000011100010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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