#71493E

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

Shades of Bole #71493E

Tints of Bole #71493E

Color information

#71493E (or 0x71493E) is unknown color: approx Bole. HEX triplet: 71, 49 and 3E. RGB value is (113,73,62). Sum of RGB (Red+Green+Blue) = 113+73+62=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #71493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71493E is #8EB6C1. Grayscale: #535353. Windows color (decimal): -9352898 or 4082033. OLE color: 4082033.

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

Color convert

RGB1137362-
CMYK00.350.450.56
HSL12.94º29.14%34.31%-
HSV(B)12.94º45.13%44.31%-
XYZ10.068.625.69-
YUV83.71115.75148.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 62 (24.61% from 255) = 25%
R=45.56%
G=29.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113736200.350.450.5612.9429.1434.31
Hex71493E0232D38d1d22
Octal161111760435570153542
Binary111000110010011111100100011101101111000110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71493E; }

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

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

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

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

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

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

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

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