#70463F

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

Shades of Bole #70463F

Tints of Bole #70463F

Color information

#70463F (or 0x70463F) is unknown color: approx Bole. HEX triplet: 70, 46 and 3F. RGB value is (112,70,63). Sum of RGB (Red+Green+Blue) = 112+70+63=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70463F is #8FB9C0. Grayscale: #515151. Windows color (decimal): -9419201 or 4146800. OLE color: 4146800.

HSL color Cylindrical-coordinate representation of color #70463F: hue angle of 8.57º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70463F is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1127063-
CMYK00.380.440.56
HSL8.57º28%34.31%-
HSV(B)8.57º43.75%43.92%-
XYZ9.778.185.77-
YUV81.76117.41149.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 63 (25% from 255) = 25.71%
R=45.71%
G=28.57%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112706300.380.440.568.572834.31
Hex70463F0262C3891c22
Octal160106770465470113442
Binary111000010001101111110100110101100111000100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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