#71463E

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

Shades of Bole #71463E

Tints of Bole #71463E

Color information

#71463E (or 0x71463E) is unknown color: approx Bole. HEX triplet: 71, 46 and 3E. RGB value is (113,70,62). Sum of RGB (Red+Green+Blue) = 113+70+62=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71463E is #8EB9C1. Grayscale: #525252. Windows color (decimal): -9353666 or 4081265. OLE color: 4081265.

HSL color Cylindrical-coordinate representation of color #71463E: hue angle of 9.41º 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 #71463E is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1137062-
CMYK00.380.450.56
HSL9.41º29.14%34.31%-
HSV(B)9.41º45.13%44.31%-
XYZ9.878.245.63-
YUV81.94116.75150.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=46.12%
G=28.57%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113706200.380.450.569.4129.1434.31
Hex71463E0262D3891d22
Octal161106760465570113542
Binary111000110001101111100100110101101111000100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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