Html Css Color HEX #725451 Buccaneer

📋 copy color: '#725451'

red 114 ◦ green 84 ◦ blue 81

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

Shades of Buccaneer #725451

Tints of Buccaneer #725451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

 BLUE value IS 81 (32.03% from 255) = 29.03%

R = 40.86%
G = 30.11%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#725451 (or 0x725451) is known color: Buccaneer. HEX triplet: 72, 54 and 51. RGB value is (114,84,81). Sum of RGB (Red+Green+Blue) = 114+84+81=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725451 is #8DABAE. Grayscale: #5C5C5C. Windows color (decimal): -9284527 or 5330034. OLE color: 5330034.

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

Color convert

RGB 114 84 81 -
CMYK 0 0.26 0.29 0.55
HSL 5.45º 0.17% 0.38% -
HSV(B) 5.45º 0.29% 0.45% -
XYZ 11.59 10.51 9.2 -
YUV 92.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 114 84 81 0 0.26 0.29 0.55 5.45 0.17 0.38
Hex 72 54 51 0 1A 1D 37 5 11 26
Octal 162 124 121 0 32 35 67 5 21 46
Binary 1110010 1010100 1010001 0 11010 11101 110111 101 10001 100110

Color Harmonies of #725451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725451

Black with #725451

Text Example


Text Example

White with #725451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725451; }

 p { color: rgb(114,84,81); }

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

background-color css

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

 a { background-color: rgb(114,84,81); }

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

border-color css

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

 span { border-color: rgb(114,84,81); }

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