#704942

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

Shades of Bole #704942

Tints of Bole #704942

Color information

#704942 (or 0x704942) is unknown color: approx Bole. HEX triplet: 70, 49 and 42. RGB value is (112,73,66). Sum of RGB (Red+Green+Blue) = 112+73+66=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704942 is #8FB6BD. Grayscale: #535353. Windows color (decimal): -9418430 or 4344176. OLE color: 4344176.

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

Color convert

RGB1127366-
CMYK00.350.410.56
HSL9.13º25.84%34.9%-
HSV(B)9.13º41.07%43.92%-
XYZ10.058.66.29-
YUV83.86117.92148.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=44.62%
G=29.08%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112736600.350.410.569.1325.8434.9
Hex704942023293891a23
Octal1601111020435170113243
Binary1110000100100110000100100011101001111000100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704942; }

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

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

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

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

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

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

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

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