#704743

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

Shades of Bole #704743

Tints of Bole #704743

Color information

#704743 (or 0x704743) is unknown color: approx Bole. HEX triplet: 70, 47 and 43. RGB value is (112,71,67). Sum of RGB (Red+Green+Blue) = 112+71+67=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #704743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704743 is #8FB8BC. Grayscale: #525252. Windows color (decimal): -9418941 or 4409200. OLE color: 4409200.

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

Color convert

RGB1127167-
CMYK00.370.400.56
HSL5.33º25.14%35.1%-
HSV(B)5.33º40.18%43.92%-
XYZ9.958.366.4-
YUV82.8119.08148.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 67 (26.56% from 255) = 26.8%
R=44.8%
G=28.4%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112716700.370.400.565.3325.1435.1
Hex704743025283851923
Octal160107103045507053143
Binary111000010001111000011010010110100011100010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704743; }

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

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

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

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

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

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

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

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