#704540

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

Shades of Bole #704540

Tints of Bole #704540

Color information

#704540 (or 0x704540) is unknown color: approx Bole. HEX triplet: 70, 45 and 40. RGB value is (112,69,64). Sum of RGB (Red+Green+Blue) = 112+69+64=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #704540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704540 is #8FBABF. Grayscale: #515151. Windows color (decimal): -9419456 or 4212080. OLE color: 4212080.

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

Color convert

RGB1126964-
CMYK00.380.430.56
HSL6.25º27.27%34.51%-
HSV(B)6.25º42.86%43.92%-
XYZ9.748.075.9-
YUV81.29118.25149.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=45.71%
G=28.16%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112696400.380.430.566.2527.2734.51
Hex7045400262B3861b23
Octal160105100046537063343
Binary111000010001011000000010011010101111100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704540; }

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

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

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

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

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

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

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

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