#715453

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

Shades of Buccaneer #715453

Tints of Buccaneer #715453

Color information

#715453 (or 0x715453) is unknown color: approx Buccaneer. HEX triplet: 71, 54 and 53. RGB value is (113,84,83). Sum of RGB (Red+Green+Blue) = 113+84+83=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715453 is #8EABAC. Grayscale: #5C5C5C. Windows color (decimal): -9350061 or 5461105. OLE color: 5461105.

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

Color convert

RGB1138483-
CMYK00.260.270.56
HSL15.31%38.43%-
HSV(B)26.55%44.31%-
XYZ11.5410.489.6-
YUV92.56122.61142.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=40.36%
G=30%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113848300.260.270.56215.3138.43
Hex71545301A1B382f26
Octal161124123032337021746
Binary11100011010100101001101101011011111000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715453; }

 p { color: rgb(113,84,83); }

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

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

 a { background-color: rgb(113,84,83); }

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

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

 span { border-color: rgb(113,84,83); }

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