#70413C

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

Shades of Bole #70413C

Tints of Bole #70413C

Color information

#70413C (or 0x70413C) is unknown color: approx Bole. HEX triplet: 70, 41 and 3C. RGB value is (112,65,60). Sum of RGB (Red+Green+Blue) = 112+65+60=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70413C is #8FBEC3. Grayscale: #4E4E4E. Windows color (decimal): -9420484 or 3948912. OLE color: 3948912.

HSL color Cylindrical-coordinate representation of color #70413C: hue angle of 5.77º degrees, saturation: 0.3, 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 #70413C is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1126560-
CMYK00.420.460.56
HSL5.77º30.23%33.73%-
HSV(B)5.77º46.43%43.92%-
XYZ9.397.555.24-
YUV78.48117.57151.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=47.26%
G=27.43%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112656000.420.460.565.7730.2333.73
Hex70413C02A2E3861e22
Octal16010174052567063642
Binary11100001000001111100010101010111011100011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70413C; }

 p { color: rgb(112,65,60); }

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

<style>
 a { background-color: #70413C; }

 a { background-color: rgb(112,65,60); }

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

<style>
 span { border-color: #70413C; }

 span { border-color: rgb(112,65,60); }

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