Html Css Color HEX #73504A Buccaneer

📋 copy color: '#73504A'

red 115 ◦ green 80 ◦ blue 74

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

Shades of Buccaneer #73504A

Tints of Buccaneer #73504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 42.75%
G = 29.74%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#73504A (or 0x73504A) is known color: Buccaneer. HEX triplet: 73, 50 and 4A. RGB value is (115,80,74). Sum of RGB (Red+Green+Blue) = 115+80+74=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #73504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73504A is #8CAFB5. Grayscale: #595959. Windows color (decimal): -9220022 or 4870259. OLE color: 4870259.

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

Color convert

RGB 115 80 74 -
CMYK 0 0.30 0.36 0.55
HSL 8.78º 0.22% 0.37% -
HSV(B) 8.78º 0.36% 0.45% -
XYZ 11.17 9.88 7.8 -
YUV 89.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 115 80 74 0 0.30 0.36 0.55 8.78 0.22 0.37
Hex 73 50 4A 0 1E 24 37 9 16 25
Octal 163 120 112 0 36 44 67 11 26 45
Binary 1110011 1010000 1001010 0 11110 100100 110111 1001 10110 100101

Color Harmonies of #73504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73504A

Black with #73504A

Text Example


Text Example

White with #73504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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