Html Css Color HEX #725653 Buccaneer

📋 copy color: '#725653'

red 114 ◦ green 86 ◦ blue 83

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

Shades of Buccaneer #725653

Tints of Buccaneer #725653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

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

R = 40.28%
G = 30.39%
B = 29.33%

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

#725653 (or 0x725653) is known color: Buccaneer. HEX triplet: 72, 56 and 53. RGB value is (114,86,83). Sum of RGB (Red+Green+Blue) = 114+86+83=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #725653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725653 is #8DA9AC. Grayscale: #5E5E5E. Windows color (decimal): -9284013 or 5461618. OLE color: 5461618.

HSL color Cylindrical-coordinate representation of color #725653: hue angle of 5.81º 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 #725653 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 86 83 -
CMYK 0 0.25 0.27 0.55
HSL 5.81º 0.16% 0.39% -
HSV(B) 5.81º 0.27% 0.45% -
XYZ 11.83 10.86 9.66 -
YUV 94.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 114 86 83 0 0.25 0.27 0.55 5.81 0.16 0.39
Hex 72 56 53 0 19 1B 37 6 10 27
Octal 162 126 123 0 31 33 67 6 20 47
Binary 1110010 1010110 1010011 0 11001 11011 110111 110 10000 100111

Color Harmonies of #725653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725653

Black with #725653

Text Example


Text Example

White with #725653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725653; }

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

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

background-color css

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

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

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

border-color css

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

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

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