#724545

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

Shades of Buccaneer #724545

Tints of Buccaneer #724545

Color information

#724545 (or 0x724545) is unknown color: approx Buccaneer. HEX triplet: 72, 45 and 45. RGB value is (114,69,69). Sum of RGB (Red+Green+Blue) = 114+69+69=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #724545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724545 is #8DBABA. Grayscale: #525252. Windows color (decimal): -9288379 or 4539762. OLE color: 4539762.

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

Color convert

RGB1146969-
CMYK00.390.390.55
HSL24.59%35.88%-
HSV(B)39.47%44.71%-
XYZ10.148.266.69-
YUV82.46120.41150.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=45.24%
G=27.38%
B=27.38%

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
Decimal114696900.390.390.55024.5935.88
Hex724545027273701924
Octal162105105047476703144
Binary1110010100010110001010100111100111110111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724545; }

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

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

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

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

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

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

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

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