#702C26

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

Shades of Auburn #702C26

Tints of Auburn #702C26

Color information

#702C26 (or 0x702C26) is unknown color: approx Auburn. HEX triplet: 70, 2C and 26. RGB value is (112,44,38). Sum of RGB (Red+Green+Blue) = 112+44+38=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #702C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C26 is #8FD3D9. Grayscale: #3F3F3F. Windows color (decimal): -9425882 or 2501744. OLE color: 2501744.

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

Color convert

RGB1124438-
CMYK00.610.660.56
HSL4.86º49.33%29.41%-
HSV(B)4.86º66.07%43.92%-
XYZ7.935.392.46-
YUV63.65113.53162.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=57.73%
G=22.68%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112443800.610.660.564.8649.3329.41
Hex702C2603D42385311d
Octal16054460751027056135
Binary11100001011001001100111101100001011100010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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