#704943

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

Shades of Bole #704943

Tints of Bole #704943

Color information

#704943 (or 0x704943) is unknown color: approx Bole. HEX triplet: 70, 49 and 43. RGB value is (112,73,67). Sum of RGB (Red+Green+Blue) = 112+73+67=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #704943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704943 is #8FB6BC. Grayscale: #545454. Windows color (decimal): -9418429 or 4409712. OLE color: 4409712.

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

Color convert

RGB1127367-
CMYK00.350.400.56
HSL25.14%35.1%-
HSV(B)40.18%43.92%-
XYZ10.088.626.44-
YUV83.98118.42147.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=44.44%
G=28.97%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112736700.350.400.56825.1435.1
Hex704943023283881923
Octal1601111030435070103143
Binary1110000100100110000110100011101000111000100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704943; }

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

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

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

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

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

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

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

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