Html Css Color HEX #73514D Buccaneer

📋 copy color: '#73514D'

red 115 ◦ green 81 ◦ blue 77

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

Shades of Buccaneer #73514D

Tints of Buccaneer #73514D

RGB

 RED value IS 115 (45.31% from 255) = 42.12%

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

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

R = 42.12%
G = 29.67%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73514D (or 0x73514D) is known color: Buccaneer. HEX triplet: 73, 51 and 4D. RGB value is (115,81,77). Sum of RGB (Red+Green+Blue) = 115+81+77=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73514D is #8CAEB2. Grayscale: #5A5A5A. Windows color (decimal): -9219763 or 5067123. OLE color: 5067123.

HSL color Cylindrical-coordinate representation of color #73514D: hue angle of 6.32º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73514D is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 81 77 -
CMYK 0 0.30 0.33 0.55
HSL 6.32º 0.2% 0.38% -
HSV(B) 6.32º 0.33% 0.45% -
XYZ 11.35 10.07 8.37 -
YUV 90.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 115 81 77 0 0.30 0.33 0.55 6.32 0.2 0.38
Hex 73 51 4D 0 1E 21 37 6 14 26
Octal 163 121 115 0 36 41 67 6 24 46
Binary 1110011 1010001 1001101 0 11110 100001 110111 110 10100 100110

Color Harmonies of #73514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73514D

Black with #73514D

Text Example


Text Example

White with #73514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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