Html Css Color HEX #725552 Buccaneer

📋 copy color: '#725552'

red 114 ◦ green 85 ◦ blue 82

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

Shades of Buccaneer #725552

Tints of Buccaneer #725552

RGB

 RED value IS 114 (44.92% from 255) = 40.57%

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 40.57%
G = 30.25%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#725552 (or 0x725552) is known color: Buccaneer. HEX triplet: 72, 55 and 52. RGB value is (114,85,82). Sum of RGB (Red+Green+Blue) = 114+85+82=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #725552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725552 is #8DAAAD. Grayscale: #5D5D5D. Windows color (decimal): -9284270 or 5395826. OLE color: 5395826.

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

Color convert

RGB 114 85 82 -
CMYK 0 0.25 0.28 0.55
HSL 5.63º 0.16% 0.38% -
HSV(B) 5.63º 0.28% 0.45% -
XYZ 11.71 10.68 9.43 -
YUV 93.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 114 85 82 0 0.25 0.28 0.55 5.63 0.16 0.38
Hex 72 55 52 0 19 1C 37 6 10 26
Octal 162 125 122 0 31 34 67 6 20 46
Binary 1110010 1010101 1010010 0 11001 11100 110111 110 10000 100110

Color Harmonies of #725552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725552

Black with #725552

Text Example


Text Example

White with #725552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725552; }

 p { color: rgb(114,85,82); }

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

background-color css

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

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

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

border-color css

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

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

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