#704741

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

Shades of Bole #704741

Tints of Bole #704741

Color information

#704741 (or 0x704741) is unknown color: approx Bole. HEX triplet: 70, 47 and 41. RGB value is (112,71,65). Sum of RGB (Red+Green+Blue) = 112+71+65=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704741 is #8FB8BE. Grayscale: #525252. Windows color (decimal): -9418943 or 4278128. OLE color: 4278128.

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

Color convert

RGB1127165-
CMYK00.370.420.56
HSL7.66º26.55%34.71%-
HSV(B)7.66º41.96%43.92%-
XYZ9.898.336.09-
YUV82.57118.08148.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=45.16%
G=28.63%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112716500.370.420.567.6626.5534.71
Hex7047410252A3881b23
Octal1601071010455270103343
Binary1110000100011110000010100101101010111000100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704741; }

 p { color: rgb(112,71,65); }

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

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

 a { background-color: rgb(112,71,65); }

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

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

 span { border-color: rgb(112,71,65); }

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