Html Css Color HEX #73554D Buccaneer

📋 copy color: '#73554D'

red 115 ◦ green 85 ◦ blue 77

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

Shades of Buccaneer #73554D

Tints of Buccaneer #73554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

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

R = 41.52%
G = 30.69%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73554D (or 0x73554D) is known color: Buccaneer. HEX triplet: 73, 55 and 4D. RGB value is (115,85,77). Sum of RGB (Red+Green+Blue) = 115+85+77=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73554D is #8CAAB2. Grayscale: #5D5D5D. Windows color (decimal): -9218739 or 5068147. OLE color: 5068147.

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

Color convert

RGB 115 85 77 -
CMYK 0 0.26 0.33 0.55
HSL 12.63º 0.2% 0.38% -
HSV(B) 12.63º 0.33% 0.45% -
XYZ 11.66 10.68 8.47 -
YUV 93.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 115 85 77 0 0.26 0.33 0.55 12.63 0.2 0.38
Hex 73 55 4D 0 1A 21 37 D 14 26
Octal 163 125 115 0 32 41 67 15 24 46
Binary 1110011 1010101 1001101 0 11010 100001 110111 1101 10100 100110

Color Harmonies of #73554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73554D

Black with #73554D

Text Example


Text Example

White with #73554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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