#704443

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

Shades of Bole #704443

Tints of Bole #704443

Color information

#704443 (or 0x704443) is unknown color: approx Bole. HEX triplet: 70, 44 and 43. RGB value is (112,68,67). Sum of RGB (Red+Green+Blue) = 112+68+67=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704443 is #8FBBBC. Grayscale: #515151. Windows color (decimal): -9419709 or 4408432. OLE color: 4408432.

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

Color convert

RGB1126867-
CMYK00.390.400.56
HSL1.33º25.14%35.1%-
HSV(B)1.33º40.18%43.92%-
XYZ9.767.986.34-
YUV81.04120.08150.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 67 (26.56% from 255) = 27.13%
R=45.34%
G=27.53%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112686700.390.400.561.3325.1435.1
Hex704443027283811923
Octal160104103047507013143
Binary1110000100010010000110100111101000111000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704443; }

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

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

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

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

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

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

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

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