#704642

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

Shades of Bole #704642

Tints of Bole #704642

Color information

#704642 (or 0x704642) is unknown color: approx Bole. HEX triplet: 70, 46 and 42. RGB value is (112,70,66). Sum of RGB (Red+Green+Blue) = 112+70+66=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704642 is #8FB9BD. Grayscale: #525252. Windows color (decimal): -9419198 or 4343408. OLE color: 4343408.

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

Color convert

RGB1127066-
CMYK00.380.410.56
HSL5.22º25.84%34.9%-
HSV(B)5.22º41.07%43.92%-
XYZ9.868.226.22-
YUV82.1118.91149.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=45.16%
G=28.23%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112706600.380.410.565.2225.8434.9
Hex704642026293851a23
Octal160106102046517053243
Binary111000010001101000010010011010100111100010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704642; }

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

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

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

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

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

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

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

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