#714744

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

Shades of Bole #714744

Tints of Bole #714744

Color information

#714744 (or 0x714744) is unknown color: approx Bole. HEX triplet: 71, 47 and 44. RGB value is (113,71,68). Sum of RGB (Red+Green+Blue) = 113+71+68=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #714744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714744 is #8EB8BB. Grayscale: #535353. Windows color (decimal): -9353404 or 4474737. OLE color: 4474737.

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

Color convert

RGB1137168-
CMYK00.370.400.56
HSL24.86%35.49%-
HSV(B)39.82%44.31%-
XYZ10.118.436.56-
YUV83.22119.41149.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=44.84%
G=28.17%
B=26.98%

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
Decimal113716800.370.400.56424.8635.49
Hex714744025283841923
Octal161107104045507043143
Binary111000110001111000100010010110100011100010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714744; }

 p { color: rgb(113,71,68); }

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

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

 a { background-color: rgb(113,71,68); }

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

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

 span { border-color: rgb(113,71,68); }

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