#714541

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

Shades of Bole #714541

Tints of Bole #714541

Color information

#714541 (or 0x714541) is unknown color: approx Bole. HEX triplet: 71, 45 and 41. RGB value is (113,69,65). Sum of RGB (Red+Green+Blue) = 113+69+65=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #714541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714541 is #8EBABE. Grayscale: #515151. Windows color (decimal): -9353919 or 4277617. OLE color: 4277617.

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

Color convert

RGB1136965-
CMYK00.390.420.56
HSL26.97%34.9%-
HSV(B)42.48%44.31%-
XYZ9.898.156.05-
YUV81.7118.58150.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=45.75%
G=27.94%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113696500.390.420.56526.9734.9
Hex7145410272A3851b23
Octal161105101047527053343
Binary111000110001011000001010011110101011100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714541; }

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

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

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

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

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

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

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

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