Html Css Color HEX #715251 Buccaneer

📋 copy color: '#715251'

red 113 ◦ green 82 ◦ blue 81

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

Shades of Buccaneer #715251

Tints of Buccaneer #715251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.71%

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

R = 40.94%
G = 29.71%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#715251 (or 0x715251) is known color: Buccaneer. HEX triplet: 71, 52 and 51. RGB value is (113,82,81). Sum of RGB (Red+Green+Blue) = 113+82+81=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #715251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715251 is #8EADAE. Grayscale: #5B5B5B. Windows color (decimal): -9350575 or 5329521. OLE color: 5329521.

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

Color convert

RGB 113 82 81 -
CMYK 0 0.27 0.28 0.56
HSL 1.88º 0.16% 0.38% -
HSV(B) 1.88º 0.28% 0.44% -
XYZ 11.31 10.14 9.15 -
YUV 91.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 113 82 81 0 0.27 0.28 0.56 1.88 0.16 0.38
Hex 71 52 51 0 1B 1C 38 2 10 26
Octal 161 122 121 0 33 34 70 2 20 46
Binary 1110001 1010010 1010001 0 11011 11100 111000 10 10000 100110

Color Harmonies of #715251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715251

Black with #715251

Text Example


Text Example

White with #715251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715251; }

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

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

background-color css

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

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

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

border-color css

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

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

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