Html Css Color HEX #725553 Buccaneer

📋 copy color: '#725553'

red 114 ◦ green 85 ◦ blue 83

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

Shades of Buccaneer #725553

Tints of Buccaneer #725553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.43%

R = 40.43%
G = 30.14%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#725553 (or 0x725553) is known color: Buccaneer. HEX triplet: 72, 55 and 53. RGB value is (114,85,83). Sum of RGB (Red+Green+Blue) = 114+85+83=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #725553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725553 is #8DAAAC. Grayscale: #5D5D5D. Windows color (decimal): -9284269 or 5461362. OLE color: 5461362.

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

Color convert

RGB 114 85 83 -
CMYK 0 0.25 0.27 0.55
HSL 3.87º 0.16% 0.39% -
HSV(B) 3.87º 0.27% 0.45% -
XYZ 11.75 10.7 9.63 -
YUV 93.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 114 85 83 0 0.25 0.27 0.55 3.87 0.16 0.39
Hex 72 55 53 0 19 1B 37 4 10 27
Octal 162 125 123 0 31 33 67 4 20 47
Binary 1110010 1010101 1010011 0 11001 11011 110111 100 10000 100111

Color Harmonies of #725553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725553

Black with #725553

Text Example


Text Example

White with #725553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725553; }

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

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

background-color css

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

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

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

border-color css

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

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

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