#702A26

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

Shades of Auburn #702A26

Tints of Auburn #702A26

Color information

#702A26 (or 0x702A26) is unknown color: approx Auburn. HEX triplet: 70, 2A and 26. RGB value is (112,42,38). Sum of RGB (Red+Green+Blue) = 112+42+38=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #702A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A26 is #8FD5D9. Grayscale: #3E3E3E. Windows color (decimal): -9426394 or 2501232. OLE color: 2501232.

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

Color convert

RGB1124238-
CMYK00.620.660.56
HSL3.24º49.33%29.41%-
HSV(B)3.24º66.07%43.92%-
XYZ7.865.242.43-
YUV62.47114.19163.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.33%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=58.33%
G=21.88%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112423800.620.660.563.2449.3329.41
Hex702A2603E42383311d
Octal16052460761027036135
Binary1110000101010100110011111010000101110001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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