Html Css Color HEX #725652 Buccaneer

📋 copy color: '#725652'

red 114 ◦ green 86 ◦ blue 82

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

Shades of Buccaneer #725652

Tints of Buccaneer #725652

RGB

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

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

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

R = 40.43%
G = 30.5%
B = 29.08%

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

#725652 (or 0x725652) is known color: Buccaneer. HEX triplet: 72, 56 and 52. RGB value is (114,86,82). Sum of RGB (Red+Green+Blue) = 114+86+82=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #725652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725652 is #8DA9AD. Grayscale: #5D5D5D. Windows color (decimal): -9284014 or 5396082. OLE color: 5396082.

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

Color convert

RGB 114 86 82 -
CMYK 0 0.25 0.28 0.55
HSL 7.5º 0.16% 0.38% -
HSV(B) 7.5º 0.28% 0.45% -
XYZ 11.79 10.84 9.45 -
YUV 93.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 114 86 82 0 0.25 0.28 0.55 7.5 0.16 0.38
Hex 72 56 52 0 19 1C 37 8 10 26
Octal 162 126 122 0 31 34 67 10 20 46
Binary 1110010 1010110 1010010 0 11001 11100 110111 1000 10000 100110

Color Harmonies of #725652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725652

Black with #725652

Text Example


Text Example

White with #725652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725652; }

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

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

background-color css

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

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

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

border-color css

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

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

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