Html Css Color HEX #725352 Buccaneer

📋 copy color: '#725352'

red 114 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #725352

Tints of Buccaneer #725352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

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

R = 40.86%
G = 29.75%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#725352 (or 0x725352) is known color: Buccaneer. HEX triplet: 72, 53 and 52. RGB value is (114,83,82). Sum of RGB (Red+Green+Blue) = 114+83+82=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725352 is #8DACAD. Grayscale: #5C5C5C. Windows color (decimal): -9284782 or 5395314. OLE color: 5395314.

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

Color convert

RGB 114 83 82 -
CMYK 0 0.27 0.28 0.55
HSL 1.88º 0.16% 0.38% -
HSV(B) 1.88º 0.28% 0.45% -
XYZ 11.56 10.37 9.38 -
YUV 92.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 114 83 82 0 0.27 0.28 0.55 1.88 0.16 0.38
Hex 72 53 52 0 1B 1C 37 2 10 26
Octal 162 123 122 0 33 34 67 2 20 46
Binary 1110010 1010011 1010010 0 11011 11100 110111 10 10000 100110

Color Harmonies of #725352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725352

Black with #725352

Text Example


Text Example

White with #725352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725352; }

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

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

background-color css

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

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

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

border-color css

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

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

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