#704841

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

Shades of Bole #704841

Tints of Bole #704841

Color information

#704841 (or 0x704841) is unknown color: approx Bole. HEX triplet: 70, 48 and 41. RGB value is (112,72,65). Sum of RGB (Red+Green+Blue) = 112+72+65=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704841 is #8FB7BE. Grayscale: #535353. Windows color (decimal): -9418687 or 4278384. OLE color: 4278384.

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

Color convert

RGB1127265-
CMYK00.360.420.56
HSL8.94º26.55%34.71%-
HSV(B)8.94º41.96%43.92%-
XYZ9.958.466.11-
YUV83.16117.75148.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=44.98%
G=28.92%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112726500.360.420.568.9426.5534.71
Hex7048410242A3891b23
Octal1601101010445270113343
Binary1110000100100010000010100100101010111000100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704841; }

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

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

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

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

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

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

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

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