#702D26

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

Shades of Auburn #702D26

Tints of Auburn #702D26

Color information

#702D26 (or 0x702D26) is unknown color: approx Auburn. HEX triplet: 70, 2D and 26. RGB value is (112,45,38). Sum of RGB (Red+Green+Blue) = 112+45+38=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #702D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D26 is #8FD2D9. Grayscale: #404040. Windows color (decimal): -9425626 or 2502000. OLE color: 2502000.

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

Color convert

RGB1124538-
CMYK00.600.660.56
HSL5.68º49.33%29.41%-
HSV(B)5.68º66.07%43.92%-
XYZ7.975.462.47-
YUV64.24113.2162.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=57.44%
G=23.08%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112453800.600.660.565.6849.3329.41
Hex702D2603C42386311d
Octal16055460741027066135
Binary11100001011011001100111100100001011100011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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