Html Css Color HEX #715451 Buccaneer

📋 copy color: '#715451'

red 113 ◦ green 84 ◦ blue 81

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

Shades of Buccaneer #715451

Tints of Buccaneer #715451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

 BLUE value IS 81 (32.03% from 255) = 29.14%

R = 40.65%
G = 30.22%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#715451 (or 0x715451) is known color: Buccaneer. HEX triplet: 71, 54 and 51. RGB value is (113,84,81). Sum of RGB (Red+Green+Blue) = 113+84+81=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715451 is #8EABAE. Grayscale: #5C5C5C. Windows color (decimal): -9350063 or 5330033. OLE color: 5330033.

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

Color convert

RGB 113 84 81 -
CMYK 0 0.26 0.28 0.56
HSL 5.63º 0.16% 0.38% -
HSV(B) 5.63º 0.28% 0.44% -
XYZ 11.47 10.45 9.2 -
YUV 92.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 113 84 81 0 0.26 0.28 0.56 5.63 0.16 0.38
Hex 71 54 51 0 1A 1C 38 6 10 26
Octal 161 124 121 0 32 34 70 6 20 46
Binary 1110001 1010100 1010001 0 11010 11100 111000 110 10000 100110

Color Harmonies of #715451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715451

Black with #715451

Text Example


Text Example

White with #715451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715451; }

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

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

background-color css

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

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

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

border-color css

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

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

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