Html Css Color HEX #715653 Buccaneer

📋 copy color: '#715653'

red 113 ◦ green 86 ◦ blue 83

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

Shades of Buccaneer #715653

Tints of Buccaneer #715653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

 BLUE value IS 83 (32.81% from 255) = 29.43%

R = 40.07%
G = 30.5%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#715653 (or 0x715653) is known color: Buccaneer. HEX triplet: 71, 56 and 53. RGB value is (113,86,83). Sum of RGB (Red+Green+Blue) = 113+86+83=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715653 is #8EA9AC. Grayscale: #5D5D5D. Windows color (decimal): -9349549 or 5461617. OLE color: 5461617.

HSL color Cylindrical-coordinate representation of color #715653: hue angle of 6º 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 #715653 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 86 83 -
CMYK 0 0.24 0.27 0.56
HSL 0.15% 0.38% -
HSV(B) 0.27% 0.44% -
XYZ 11.7 10.79 9.65 -
YUV 93.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 113 86 83 0 0.24 0.27 0.56 6 0.15 0.38
Hex 71 56 53 0 18 1B 38 6 F 26
Octal 161 126 123 0 30 33 70 6 17 46
Binary 1110001 1010110 1010011 0 11000 11011 111000 110 1111 100110

Color Harmonies of #715653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715653

Black with #715653

Text Example


Text Example

White with #715653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715653; }

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

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

background-color css

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

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

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

border-color css

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

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

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