Html Css Color HEX #73564F Buccaneer

📋 copy color: '#73564F'

red 115 ◦ green 86 ◦ blue 79

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

Shades of Buccaneer #73564F

Tints of Buccaneer #73564F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

 BLUE value IS 79 (31.25% from 255) = 28.21%

R = 41.07%
G = 30.71%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73564F (or 0x73564F) is known color: Buccaneer. HEX triplet: 73, 56 and 4F. RGB value is (115,86,79). Sum of RGB (Red+Green+Blue) = 115+86+79=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #73564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73564F is #8CA9B0. Grayscale: #5D5D5D. Windows color (decimal): -9218481 or 5199475. OLE color: 5199475.

HSL color Cylindrical-coordinate representation of color #73564F: hue angle of 11.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73564F is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 86 79 -
CMYK 0 0.25 0.31 0.55
HSL 11.67º 0.19% 0.38% -
HSV(B) 11.67º 0.31% 0.45% -
XYZ 11.81 10.86 8.87 -
YUV 93.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 115 86 79 0 0.25 0.31 0.55 11.67 0.19 0.38
Hex 73 56 4F 0 19 1F 37 C 13 26
Octal 163 126 117 0 31 37 67 14 23 46
Binary 1110011 1010110 1001111 0 11001 11111 110111 1100 10011 100110

Color Harmonies of #73564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73564F

Black with #73564F

Text Example


Text Example

White with #73564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73564F; }

 p { color: rgb(115,86,79); }

 H1.HeaderClassName
 {
   color: #73564F;
 }
 .AnyTagClassName
 {
   color: #73564F;
 }
</style>

background-color css

<style>
 a { background-color: #73564F; }

 a { background-color: rgb(115,86,79); }

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

border-color css

<style>
 span { border-color: #73564F; }

 span { border-color: rgb(115,86,79); }

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