#71463C

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

Shades of Bole #71463C

Tints of Bole #71463C

Color information

#71463C (or 0x71463C) is unknown color: approx Bole. HEX triplet: 71, 46 and 3C. RGB value is (113,70,60). Sum of RGB (Red+Green+Blue) = 113+70+60=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71463C is #8EB9C3. Grayscale: #515151. Windows color (decimal): -9353668 or 3950193. OLE color: 3950193.

HSL color Cylindrical-coordinate representation of color #71463C: hue angle of 11.32º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71463C is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1137060-
CMYK00.380.470.56
HSL11.32º30.64%33.92%-
HSV(B)11.32º46.9%44.31%-
XYZ9.828.225.34-
YUV81.72115.75150.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=46.50%
G=28.81%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113706000.380.470.5611.3230.6433.92
Hex71463C0262F38b1f22
Octal161106740465770133742
Binary111000110001101111000100110101111111000101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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