Html Css Color HEX #71534F Buccaneer

📋 copy color: '#71534F'

red 113 ◦ green 83 ◦ blue 79

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

Shades of Buccaneer #71534F

Tints of Buccaneer #71534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 41.09%
G = 30.18%
B = 28.73%

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

#71534F (or 0x71534F) is known color: Buccaneer. HEX triplet: 71, 53 and 4F. RGB value is (113,83,79). Sum of RGB (Red+Green+Blue) = 113+83+79=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71534F is #8EACB0. Grayscale: #5B5B5B. Windows color (decimal): -9350321 or 5198705. OLE color: 5198705.

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

Color convert

RGB 113 83 79 -
CMYK 0 0.27 0.30 0.56
HSL 7.06º 0.18% 0.38% -
HSV(B) 7.06º 0.3% 0.44% -
XYZ 11.31 10.26 8.78 -
YUV 91.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 113 83 79 0 0.27 0.30 0.56 7.06 0.18 0.38
Hex 71 53 4F 0 1B 1E 38 7 12 26
Octal 161 123 117 0 33 36 70 7 22 46
Binary 1110001 1010011 1001111 0 11011 11110 111000 111 10010 100110

Color Harmonies of #71534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71534F

Black with #71534F

Text Example


Text Example

White with #71534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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