#702C28

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

Shades of Auburn #702C28

Tints of Auburn #702C28

Color information

#702C28 (or 0x702C28) is unknown color: approx Auburn. HEX triplet: 70, 2C and 28. RGB value is (112,44,40). Sum of RGB (Red+Green+Blue) = 112+44+40=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #702C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C28 is #8FD3D7. Grayscale: #3F3F3F. Windows color (decimal): -9425880 or 2632816. OLE color: 2632816.

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

Color convert

RGB1124440-
CMYK00.610.640.56
HSL3.33º47.37%29.8%-
HSV(B)3.33º64.29%43.92%-
XYZ7.975.42.63-
YUV63.88114.53162.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=57.14%
G=22.45%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112444000.610.640.563.3347.3729.8
Hex702C2803D403832f1e
Octal16054500751007035736
Binary1110000101100101000011110110000001110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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