#70423D

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

Shades of Bole #70423D

Tints of Bole #70423D

Color information

#70423D (or 0x70423D) is unknown color: approx Bole. HEX triplet: 70, 42 and 3D. RGB value is (112,66,61). Sum of RGB (Red+Green+Blue) = 112+66+61=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70423D is #8FBDC2. Grayscale: #4F4F4F. Windows color (decimal): -9420227 or 4014704. OLE color: 4014704.

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

Color convert

RGB1126661-
CMYK00.410.460.56
HSL5.88º29.48%33.92%-
HSV(B)5.88º45.54%43.92%-
XYZ9.477.685.4-
YUV79.18117.74151.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=46.86%
G=27.62%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112666100.410.460.565.8829.4833.92
Hex70423D0292E3861d22
Octal16010275051567063542
Binary11100001000010111101010100110111011100011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70423D; }

 p { color: rgb(112,66,61); }

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

<style>
 a { background-color: #70423D; }

 a { background-color: rgb(112,66,61); }

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

<style>
 span { border-color: #70423D; }

 span { border-color: rgb(112,66,61); }

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