Html Css Color HEX #73504C Buccaneer

📋 copy color: '#73504C'

red 115 ◦ green 80 ◦ blue 76

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

Shades of Buccaneer #73504C

Tints of Buccaneer #73504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 42.44%
G = 29.52%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#73504C (or 0x73504C) is known color: Buccaneer. HEX triplet: 73, 50 and 4C. RGB value is (115,80,76). Sum of RGB (Red+Green+Blue) = 115+80+76=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #73504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73504C is #8CAFB3. Grayscale: #5A5A5A. Windows color (decimal): -9220020 or 5001331. OLE color: 5001331.

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

Color convert

RGB 115 80 76 -
CMYK 0 0.30 0.34 0.55
HSL 6.15º 0.2% 0.37% -
HSV(B) 6.15º 0.34% 0.45% -
XYZ 11.24 9.9 8.16 -
YUV 90.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 115 80 76 0 0.30 0.34 0.55 6.15 0.2 0.37
Hex 73 50 4C 0 1E 22 37 6 14 25
Octal 163 120 114 0 36 42 67 6 24 45
Binary 1110011 1010000 1001100 0 11110 100010 110111 110 10100 100101

Color Harmonies of #73504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73504C

Black with #73504C

Text Example


Text Example

White with #73504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73504C; }

 p { color: rgb(115,80,76); }

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

background-color css

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

 a { background-color: rgb(115,80,76); }

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

border-color css

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

 span { border-color: rgb(115,80,76); }

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