#704840

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

Shades of Bole #704840

Tints of Bole #704840

Color information

#704840 (or 0x704840) is unknown color: approx Bole. HEX triplet: 70, 48 and 40. RGB value is (112,72,64). Sum of RGB (Red+Green+Blue) = 112+72+64=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704840 is #8FB7BF. Grayscale: #535353. Windows color (decimal): -9418688 or 4212848. OLE color: 4212848.

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

Color convert

RGB1127264-
CMYK00.360.430.56
HSL10º27.27%34.51%-
HSV(B)10º42.86%43.92%-
XYZ9.928.455.96-
YUV83.05117.25148.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=45.16%
G=29.03%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112726400.360.430.561027.2734.51
Hex7048400242B38a1b23
Octal1601101000445370123343
Binary1110000100100010000000100100101011111000101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704840; }

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

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

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

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

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

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

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

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