Html Css Color HEX #715252 Buccaneer

📋 copy color: '#715252'

red 113 ◦ green 82 ◦ blue 82

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

Shades of Buccaneer #715252

Tints of Buccaneer #715252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 40.79%
G = 29.6%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#715252 (or 0x715252) is known color: Buccaneer. HEX triplet: 71, 52 and 52. RGB value is (113,82,82). Sum of RGB (Red+Green+Blue) = 113+82+82=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #715252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715252 is #8EADAD. Grayscale: #5B5B5B. Windows color (decimal): -9350574 or 5395057. OLE color: 5395057.

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

Color convert

RGB 113 82 82 -
CMYK 0 0.27 0.27 0.56
HSL 0.16% 0.38% -
HSV(B) 0.27% 0.44% -
XYZ 11.35 10.15 9.34 -
YUV 91.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 113 82 82 0 0.27 0.27 0.56 0 0.16 0.38
Hex 71 52 52 0 1B 1B 38 0 10 26
Octal 161 122 122 0 33 33 70 0 20 46
Binary 1110001 1010010 1010010 0 11011 11011 111000 0 10000 100110

Color Harmonies of #715252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715252

Black with #715252

Text Example


Text Example

White with #715252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715252; }

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

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

background-color css

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

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

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

border-color css

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

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

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