#704240

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

Shades of Bole #704240

Tints of Bole #704240

Color information

#704240 (or 0x704240) is unknown color: approx Bole. HEX triplet: 70, 42 and 40. RGB value is (112,66,64). Sum of RGB (Red+Green+Blue) = 112+66+64=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #704240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704240 is #8FBDBF. Grayscale: #4F4F4F. Windows color (decimal): -9420224 or 4211312. OLE color: 4211312.

HSL color Cylindrical-coordinate representation of color #704240: hue angle of 2.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704240 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1126664-
CMYK00.410.430.56
HSL2.5º27.27%34.51%-
HSV(B)2.5º42.86%43.92%-
XYZ9.567.715.84-
YUV79.53119.24151.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=46.28%
G=27.27%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112666400.410.430.562.527.2734.51
Hex7042400292B3831b23
Octal160102100051537033343
Binary11100001000010100000001010011010111110001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704240; }

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

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

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

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

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

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

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

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