#714943

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

Shades of Bole #714943

Tints of Bole #714943

Color information

#714943 (or 0x714943) is unknown color: approx Bole. HEX triplet: 71, 49 and 43. RGB value is (113,73,67). Sum of RGB (Red+Green+Blue) = 113+73+67=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #714943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714943 is #8EB6BC. Grayscale: #545454. Windows color (decimal): -9352893 or 4409713. OLE color: 4409713.

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

Color convert

RGB1137367-
CMYK00.350.410.56
HSL7.83º25.56%35.29%-
HSV(B)7.83º40.71%44.31%-
XYZ10.218.686.45-
YUV84.28118.25148.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 67 (26.56% from 255) = 26.48%
R=44.66%
G=28.85%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113736700.350.410.567.8325.5635.29
Hex714943023293881a23
Octal1611111030435170103243
Binary1110001100100110000110100011101001111000100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714943; }

 p { color: rgb(113,73,67); }

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

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

 a { background-color: rgb(113,73,67); }

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

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

 span { border-color: rgb(113,73,67); }

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