#724645

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

Shades of Buccaneer #724645

Tints of Buccaneer #724645

Color information

#724645 (or 0x724645) is unknown color: approx Buccaneer. HEX triplet: 72, 46 and 45. RGB value is (114,70,69). Sum of RGB (Red+Green+Blue) = 114+70+69=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #724645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724645 is #8DB9BA. Grayscale: #535353. Windows color (decimal): -9288123 or 4540018. OLE color: 4540018.

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

Color convert

RGB1147069-
CMYK00.390.390.55
HSL1.33º24.59%35.88%-
HSV(B)1.33º39.47%44.71%-
XYZ10.28.396.71-
YUV83.04120.08150.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=45.06%
G=27.67%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114706900.390.390.551.3324.5935.88
Hex724645027273711924
Octal162106105047476713144
Binary1110010100011010001010100111100111110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724645; }

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

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

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

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

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

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

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

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