Html Css Color HEX #715250 Buccaneer

📋 copy color: '#715250'

red 113 ◦ green 82 ◦ blue 80

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

Shades of Buccaneer #715250

Tints of Buccaneer #715250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.09%

R = 41.09%
G = 29.82%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#715250 (or 0x715250) is known color: Buccaneer. HEX triplet: 71, 52 and 50. RGB value is (113,82,80). Sum of RGB (Red+Green+Blue) = 113+82+80=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #715250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715250 is #8EADAF. Grayscale: #5B5B5B. Windows color (decimal): -9350576 or 5263985. OLE color: 5263985.

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

Color convert

RGB 113 82 80 -
CMYK 0 0.27 0.29 0.56
HSL 3.64º 0.17% 0.38% -
HSV(B) 3.64º 0.29% 0.44% -
XYZ 11.28 10.12 8.95 -
YUV 91.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 113 82 80 0 0.27 0.29 0.56 3.64 0.17 0.38
Hex 71 52 50 0 1B 1D 38 4 11 26
Octal 161 122 120 0 33 35 70 4 21 46
Binary 1110001 1010010 1010000 0 11011 11101 111000 100 10001 100110

Color Harmonies of #715250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715250

Black with #715250

Text Example


Text Example

White with #715250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715250; }

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

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

background-color css

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

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

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

border-color css

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

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

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