#714539

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

Shades of Bole #714539

Tints of Bole #714539

Color information

#714539 (or 0x714539) is unknown color: approx Bole. HEX triplet: 71, 45 and 39. RGB value is (113,69,57). Sum of RGB (Red+Green+Blue) = 113+69+57=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #714539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714539 is #8EBAC6. Grayscale: #505050. Windows color (decimal): -9353927 or 3753329. OLE color: 3753329.

HSL color Cylindrical-coordinate representation of color #714539: hue angle of 12.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714539 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1136957-
CMYK00.390.500.56
HSL12.86º32.94%33.33%-
HSV(B)12.86º49.56%44.31%-
XYZ9.688.064.92-
YUV80.79114.58150.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=47.28%
G=28.87%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113695700.390.500.5612.8632.9433.33
Hex7145390273238d2121
Octal161105710476270154141
Binary1110001100010111100101001111100101110001101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714539; }

 p { color: rgb(113,69,57); }

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

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

 a { background-color: rgb(113,69,57); }

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

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

 span { border-color: rgb(113,69,57); }

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