#724946

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

Shades of Buccaneer #724946

Tints of Buccaneer #724946

Color information

#724946 (or 0x724946) is unknown color: approx Buccaneer. HEX triplet: 72, 49 and 46. RGB value is (114,73,70). Sum of RGB (Red+Green+Blue) = 114+73+70=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #724946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724946 is #8DB6B9. Grayscale: #545454. Windows color (decimal): -9287354 or 4606322. OLE color: 4606322.

HSL color Cylindrical-coordinate representation of color #724946: hue angle of 4.09º 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 #724946 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1147370-
CMYK00.360.390.55
HSL4.09º23.91%36.08%-
HSV(B)4.09º38.6%44.71%-
XYZ10.438.786.94-
YUV84.92119.58148.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=44.36%
G=28.40%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114737000.360.390.554.0923.9136.08
Hex724946024273741824
Octal162111106044476743044
Binary111001010010011000110010010010011111011110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724946; }

 p { color: rgb(114,73,70); }

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

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

 a { background-color: rgb(114,73,70); }

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

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

 span { border-color: rgb(114,73,70); }

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