Html Css Color HEX #715854 Buccaneer

📋 copy color: '#715854'

red 113 ◦ green 88 ◦ blue 84

#715854
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buccaneer #715854

Tints of Buccaneer #715854

RGB

 RED value IS 113 (44.53% from 255) = 39.65%

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 84 (33.2% from 255) = 29.47%

R = 39.65%
G = 30.88%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#715854 (or 0x715854) is known color: Buccaneer. HEX triplet: 71, 58 and 54. RGB value is (113,88,84). Sum of RGB (Red+Green+Blue) = 113+88+84=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #715854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715854 is #8EA7AB. Grayscale: #5F5F5F. Windows color (decimal): -9349036 or 5527665. OLE color: 5527665.

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

Color convert

RGB 113 88 84 -
CMYK 0 0.22 0.26 0.56
HSL 8.28º 0.15% 0.39% -
HSV(B) 8.28º 0.26% 0.44% -
XYZ 11.9 11.13 9.91 -
YUV 95.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 113 88 84 0 0.22 0.26 0.56 8.28 0.15 0.39
Hex 71 58 54 0 16 1A 38 8 F 27
Octal 161 130 124 0 26 32 70 10 17 47
Binary 1110001 1011000 1010100 0 10110 11010 111000 1000 1111 100111

Color Harmonies of #715854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715854

Black with #715854

Text Example


Text Example

White with #715854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715854; }

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

 H1.HeaderClassName
 {
   color: #715854;
 }
 .AnyTagClassName
 {
   color: #715854;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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