#734746

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

Shades of Buccaneer #734746

Tints of Buccaneer #734746

Color information

#734746 (or 0x734746) is unknown color: approx Buccaneer. HEX triplet: 73, 47 and 46. RGB value is (115,71,70). Sum of RGB (Red+Green+Blue) = 115+71+70=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #734746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734746 is #8CB8B9. Grayscale: #545454. Windows color (decimal): -9222330 or 4605811. OLE color: 4605811.

HSL color Cylindrical-coordinate representation of color #734746: hue angle of 1.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #734746 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1157170-
CMYK00.380.390.55
HSL1.33º24.32%36.27%-
HSV(B)1.33º39.13%45.1%-
XYZ10.438.596.9-
YUV84.04120.08150.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=44.92%
G=27.73%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115717000.380.390.551.3324.3236.27
Hex734746026273711824
Octal163107106046476713044
Binary1110011100011110001100100110100111110111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734746; }

 p { color: rgb(115,71,70); }

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

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

 a { background-color: rgb(115,71,70); }

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

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

 span { border-color: rgb(115,71,70); }

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