Html Css Color HEX #72524D Buccaneer

📋 copy color: '#72524D'

red 114 ◦ green 82 ◦ blue 77

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

Shades of Buccaneer #72524D

Tints of Buccaneer #72524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 41.76%
G = 30.04%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72524D (or 0x72524D) is known color: Buccaneer. HEX triplet: 72, 52 and 4D. RGB value is (114,82,77). Sum of RGB (Red+Green+Blue) = 114+82+77=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72524D is #8DADB2. Grayscale: #5B5B5B. Windows color (decimal): -9285043 or 5067378. OLE color: 5067378.

HSL color Cylindrical-coordinate representation of color #72524D: hue angle of 8.11º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72524D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 82 77 -
CMYK 0 0.28 0.32 0.55
HSL 8.11º 0.19% 0.37% -
HSV(B) 8.11º 0.32% 0.45% -
XYZ 11.3 10.15 8.38 -
YUV 91 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 114 82 77 0 0.28 0.32 0.55 8.11 0.19 0.37
Hex 72 52 4D 0 1C 20 37 8 13 25
Octal 162 122 115 0 34 40 67 10 23 45
Binary 1110010 1010010 1001101 0 11100 100000 110111 1000 10011 100101

Color Harmonies of #72524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72524D

Black with #72524D

Text Example


Text Example

White with #72524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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