#73534B

Color #73534B Buccaneer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buccaneer #73534B

Tints of Buccaneer #73534B

Color information

#73534B (or 0x73534B) is unknown color: approx Buccaneer. HEX triplet: 73, 53 and 4B. RGB value is (115,83,75). Sum of RGB (Red+Green+Blue) = 115+83+75=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73534B is #8CACB4. Grayscale: #5B5B5B. Windows color (decimal): -9219253 or 4936563. OLE color: 4936563.

HSL color Cylindrical-coordinate representation of color #73534B: hue angle of 12º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73534B is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1158375-
CMYK00.280.350.55
HSL12º21.05%37.25%-
HSV(B)12º34.78%45.1%-
XYZ11.4310.348.05-
YUV91.66118.6144.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=42.12%
G=30.40%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115837500.280.350.551221.0537.25
Hex73534B01C2337c1525
Octal1631231130344367142545
Binary111001110100111001011011100100011110111110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73534B; }

 p { color: rgb(115,83,75); }

 H1.HeaderClassName
 {
   color: #73534B;
 }
 .AnyTagClassName
 {
   color: #73534B;
 }
</style>
background-color css

<style>
 a { background-color: #73534B; }

 a { background-color: rgb(115,83,75); }

 div.DivClassName
 {
   background-color: #73534B;
 }
 .BgClassName
 {
   background-color: #73534B;
 }
</style>
border-color css

<style>
 span { border-color: #73534B; }

 span { border-color: rgb(115,83,75); }

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