#70463E

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

Shades of Bole #70463E

Tints of Bole #70463E

Color information

#70463E (or 0x70463E) is unknown color: approx Bole. HEX triplet: 70, 46 and 3E. RGB value is (112,70,62). Sum of RGB (Red+Green+Blue) = 112+70+62=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70463E is #8FB9C1. Grayscale: #515151. Windows color (decimal): -9419202 or 4081264. OLE color: 4081264.

HSL color Cylindrical-coordinate representation of color #70463E: hue angle of 9.6º 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 #70463E is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1127062-
CMYK00.380.450.56
HSL9.6º28.74%34.12%-
HSV(B)9.6º44.64%43.92%-
XYZ9.748.175.62-
YUV81.65116.91149.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=45.90%
G=28.69%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112706200.380.450.569.628.7434.12
Hex70463E0262D38a1d22
Octal160106760465570123542
Binary111000010001101111100100110101101111000101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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