#70493E

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

Shades of Bole #70493E

Tints of Bole #70493E

Color information

#70493E (or 0x70493E) is unknown color: approx Bole. HEX triplet: 70, 49 and 3E. RGB value is (112,73,62). Sum of RGB (Red+Green+Blue) = 112+73+62=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #70493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70493E is #8FB6C1. Grayscale: #535353. Windows color (decimal): -9418434 or 4082032. OLE color: 4082032.

HSL color Cylindrical-coordinate representation of color #70493E: hue angle of 13.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70493E is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1127362-
CMYK00.350.450.56
HSL13.2º28.74%34.12%-
HSV(B)13.2º44.64%43.92%-
XYZ9.938.565.69-
YUV83.41115.92148.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=45.34%
G=29.55%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112736200.350.450.5613.228.7434.12
Hex70493E0232D38d1d22
Octal160111760435570153542
Binary111000010010011111100100011101101111000110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70493E; }

 p { color: rgb(112,73,62); }

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

<style>
 a { background-color: #70493E; }

 a { background-color: rgb(112,73,62); }

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

<style>
 span { border-color: #70493E; }

 span { border-color: rgb(112,73,62); }

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