#704341

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

Shades of Bole #704341

Tints of Bole #704341

Color information

#704341 (or 0x704341) is unknown color: approx Bole. HEX triplet: 70, 43 and 41. RGB value is (112,67,65). Sum of RGB (Red+Green+Blue) = 112+67+65=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #704341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704341 is #8FBCBE. Grayscale: #505050. Windows color (decimal): -9419967 or 4277104. OLE color: 4277104.

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

Color convert

RGB1126765-
CMYK00.400.420.56
HSL2.55º26.55%34.71%-
HSV(B)2.55º41.96%43.92%-
XYZ9.647.846.01-
YUV80.23119.41150.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 67 (26.56% from 255) = 27.46%
BLUE value IS 65 (25.78% from 255) = 26.64%
R=45.90%
G=27.46%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112676500.400.420.562.5526.5534.71
Hex7043410282A3831b23
Octal160103101050527033343
Binary11100001000011100000101010001010101110001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704341; }

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

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

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

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

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

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

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

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