Html Css Color HEX #72544E Buccaneer

📋 copy color: '#72544E'

red 114 ◦ green 84 ◦ blue 78

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

Shades of Buccaneer #72544E

Tints of Buccaneer #72544E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 41.3%
G = 30.43%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72544E (or 0x72544E) is known color: Buccaneer. HEX triplet: 72, 54 and 4E. RGB value is (114,84,78). Sum of RGB (Red+Green+Blue) = 114+84+78=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72544E is #8DABB1. Grayscale: #5C5C5C. Windows color (decimal): -9284530 or 5133426. OLE color: 5133426.

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

Color convert

RGB 114 84 78 -
CMYK 0 0.26 0.32 0.55
HSL 10º 0.19% 0.38% -
HSV(B) 10º 0.32% 0.45% -
XYZ 11.48 10.47 8.62 -
YUV 92.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 114 84 78 0 0.26 0.32 0.55 10 0.19 0.38
Hex 72 54 4E 0 1A 20 37 A 13 26
Octal 162 124 116 0 32 40 67 12 23 46
Binary 1110010 1010100 1001110 0 11010 100000 110111 1010 10011 100110

Color Harmonies of #72544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72544E

Black with #72544E

Text Example


Text Example

White with #72544E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72544E; }

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

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

background-color css

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

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

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

border-color css

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

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

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