#70302F

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

Shades of Auburn #70302F

Tints of Auburn #70302F

Color information

#70302F (or 0x70302F) is unknown color: approx Auburn. HEX triplet: 70, 30 and 2F. RGB value is (112,48,47). Sum of RGB (Red+Green+Blue) = 112+48+47=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70302F is #8FCFD0. Grayscale: #434343. Windows color (decimal): -9424849 or 3092592. OLE color: 3092592.

HSL color Cylindrical-coordinate representation of color #70302F: hue angle of 0.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70302F is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1124847-
CMYK00.570.580.56
HSL0.92º40.88%31.18%-
HSV(B)0.92º58.04%43.92%-
XYZ8.255.763.37-
YUV67.02116.7160.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=54.11%
G=23.19%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112484700.570.580.560.9240.8831.18
Hex70302F0393A381291f
Octal1606057071727015137
Binary11100001100001011110111001111010111000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70302F; }

 p { color: rgb(112,48,47); }

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

<style>
 a { background-color: #70302F; }

 a { background-color: rgb(112,48,47); }

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

<style>
 span { border-color: #70302F; }

 span { border-color: rgb(112,48,47); }

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