Html Css Color HEX #73524D Buccaneer

📋 copy color: '#73524D'

red 115 ◦ green 82 ◦ blue 77

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

Shades of Buccaneer #73524D

Tints of Buccaneer #73524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

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

R = 41.97%
G = 29.93%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73524D (or 0x73524D) is known color: Buccaneer. HEX triplet: 73, 52 and 4D. RGB value is (115,82,77). Sum of RGB (Red+Green+Blue) = 115+82+77=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #73524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73524D is #8CADB2. Grayscale: #5B5B5B. Windows color (decimal): -9219507 or 5067379. OLE color: 5067379.

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

Color convert

RGB 115 82 77 -
CMYK 0 0.29 0.33 0.55
HSL 7.89º 0.2% 0.38% -
HSV(B) 7.89º 0.33% 0.45% -
XYZ 11.43 10.22 8.39 -
YUV 91.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 115 82 77 0 0.29 0.33 0.55 7.89 0.2 0.38
Hex 73 52 4D 0 1D 21 37 8 14 26
Octal 163 122 115 0 35 41 67 10 24 46
Binary 1110011 1010010 1001101 0 11101 100001 110111 1000 10100 100110

Color Harmonies of #73524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73524D

Black with #73524D

Text Example


Text Example

White with #73524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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