Html Css Color HEX #725853 Buccaneer

📋 copy color: '#725853'

red 114 ◦ green 88 ◦ blue 83

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

Shades of Buccaneer #725853

Tints of Buccaneer #725853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 40%
G = 30.88%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#725853 (or 0x725853) is known color: Buccaneer. HEX triplet: 72, 58 and 53. RGB value is (114,88,83). Sum of RGB (Red+Green+Blue) = 114+88+83=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #725853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725853 is #8DA7AC. Grayscale: #5F5F5F. Windows color (decimal): -9283501 or 5462130. OLE color: 5462130.

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

Color convert

RGB 114 88 83 -
CMYK 0 0.23 0.27 0.55
HSL 9.68º 0.16% 0.39% -
HSV(B) 9.68º 0.27% 0.45% -
XYZ 11.99 11.18 9.71 -
YUV 95.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 114 88 83 0 0.23 0.27 0.55 9.68 0.16 0.39
Hex 72 58 53 0 17 1B 37 A 10 27
Octal 162 130 123 0 27 33 67 12 20 47
Binary 1110010 1011000 1010011 0 10111 11011 110111 1010 10000 100111

Color Harmonies of #725853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725853

Black with #725853

Text Example


Text Example

White with #725853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725853; }

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

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

background-color css

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

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

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

border-color css

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

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

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