#70231e

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

Shades of Auburn #70231E

Tints of Auburn #70231E

Color information

#70231E (or 0x70231E) is unknown color: approx Auburn. HEX triplet: 70, 23 and 1E. RGB value is (112,35,30). Sum of RGB (Red+Green+Blue) = 112+35+30=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70231E is #8FDCE1. Grayscale: #393939. Windows color (decimal): -9428194 or 1975152. OLE color: 1975152.

HSL color Cylindrical-coordinate representation of color #70231E: hue angle of 3.66º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70231E is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1123530-
CMYK00.690.730.56
HSL3.66º57.75%27.84%-
HSV(B)3.66º73.21%43.92%-
XYZ7.524.741.75-
YUV57.45112.51166.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.28%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=63.28%
G=19.77%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112353000.690.730.563.6657.7527.84
Hex70231E045493843a1c
Octal160433601051117047234
Binary11100001000111111001000101100100111100010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70231e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70231e; }

 p { color: rgb(112,35,30); }

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

<style>
 a { background-color: #70231e; }

 a { background-color: rgb(112,35,30); }

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

<style>
 span { border-color: #70231e; }

 span { border-color: rgb(112,35,30); }

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