#704940

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

Shades of Bole #704940

Tints of Bole #704940

Color information

#704940 (or 0x704940) is unknown color: approx Bole. HEX triplet: 70, 49 and 40. RGB value is (112,73,64). Sum of RGB (Red+Green+Blue) = 112+73+64=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704940 is #8FB6BF. Grayscale: #535353. Windows color (decimal): -9418432 or 4213104. OLE color: 4213104.

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

Color convert

RGB1127364-
CMYK00.350.430.56
HSL11.25º27.27%34.51%-
HSV(B)11.25º42.86%43.92%-
XYZ9.998.585.98-
YUV83.64116.92148.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=44.98%
G=29.32%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112736400.350.430.5611.2527.2734.51
Hex7049400232B38b1b23
Octal1601111000435370133343
Binary1110000100100110000000100011101011111000101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704940; }

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

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

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

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

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

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

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

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