Html Css Color HEX #71524F Buccaneer

📋 copy color: '#71524F'

red 113 ◦ green 82 ◦ blue 79

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

Shades of Buccaneer #71524F

Tints of Buccaneer #71524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.83%

R = 41.24%
G = 29.93%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71524F (or 0x71524F) is known color: Buccaneer. HEX triplet: 71, 52 and 4F. RGB value is (113,82,79). Sum of RGB (Red+Green+Blue) = 113+82+79=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71524F is #8EADB0. Grayscale: #5A5A5A. Windows color (decimal): -9350577 or 5198449. OLE color: 5198449.

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

Color convert

RGB 113 82 79 -
CMYK 0 0.27 0.30 0.56
HSL 5.29º 0.18% 0.38% -
HSV(B) 5.29º 0.3% 0.44% -
XYZ 11.24 10.11 8.76 -
YUV 90.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 113 82 79 0 0.27 0.30 0.56 5.29 0.18 0.38
Hex 71 52 4F 0 1B 1E 38 5 12 26
Octal 161 122 117 0 33 36 70 5 22 46
Binary 1110001 1010010 1001111 0 11011 11110 111000 101 10010 100110

Color Harmonies of #71524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71524F

Black with #71524F

Text Example


Text Example

White with #71524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71524F; }

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

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

background-color css

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

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

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

border-color css

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

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

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