Html Css Color HEX #715454 Buccaneer

📋 copy color: '#715454'

red 113 ◦ green 84 ◦ blue 84

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

Shades of Buccaneer #715454

Tints of Buccaneer #715454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.89%

R = 40.21%
G = 29.89%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#715454 (or 0x715454) is known color: Buccaneer. HEX triplet: 71, 54 and 54. RGB value is (113,84,84). Sum of RGB (Red+Green+Blue) = 113+84+84=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #715454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715454 is #8EABAB. Grayscale: #5C5C5C. Windows color (decimal): -9350060 or 5526641. OLE color: 5526641.

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

Color convert

RGB 113 84 84 -
CMYK 0 0.26 0.26 0.56
HSL 0.15% 0.39% -
HSV(B) 0.26% 0.44% -
XYZ 11.58 10.49 9.8 -
YUV 92.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 113 84 84 0 0.26 0.26 0.56 0 0.15 0.39
Hex 71 54 54 0 1A 1A 38 0 F 27
Octal 161 124 124 0 32 32 70 0 17 47
Binary 1110001 1010100 1010100 0 11010 11010 111000 0 1111 100111

Color Harmonies of #715454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715454

Black with #715454

Text Example


Text Example

White with #715454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715454; }

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

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

background-color css

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

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

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

border-color css

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

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

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