Html Css Color HEX #72514D Buccaneer

📋 copy color: '#72514D'

red 114 ◦ green 81 ◦ blue 77

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

Shades of Buccaneer #72514D

Tints of Buccaneer #72514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

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

R = 41.91%
G = 29.78%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72514D (or 0x72514D) is known color: Buccaneer. HEX triplet: 72, 51 and 4D. RGB value is (114,81,77). Sum of RGB (Red+Green+Blue) = 114+81+77=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72514D is #8DAEB2. Grayscale: #5A5A5A. Windows color (decimal): -9285299 or 5067122. OLE color: 5067122.

HSL color Cylindrical-coordinate representation of color #72514D: hue angle of 6.49º 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 #72514D is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 81 77 -
CMYK 0 0.29 0.32 0.55
HSL 6.49º 0.19% 0.37% -
HSV(B) 6.49º 0.32% 0.45% -
XYZ 11.22 10 8.36 -
YUV 90.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 114 81 77 0 0.29 0.32 0.55 6.49 0.19 0.37
Hex 72 51 4D 0 1D 20 37 6 13 25
Octal 162 121 115 0 35 40 67 6 23 45
Binary 1110010 1010001 1001101 0 11101 100000 110111 110 10011 100101

Color Harmonies of #72514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72514D

Black with #72514D

Text Example


Text Example

White with #72514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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