#724C48

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

Shades of Buccaneer #724C48

Tints of Buccaneer #724C48

Color information

#724C48 (or 0x724C48) is unknown color: approx Buccaneer. HEX triplet: 72, 4C and 48. RGB value is (114,76,72). Sum of RGB (Red+Green+Blue) = 114+76+72=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #724C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C48 is #8DB3B7. Grayscale: #565656. Windows color (decimal): -9286584 or 4738162. OLE color: 4738162.

HSL color Cylindrical-coordinate representation of color #724C48: hue angle of 5.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #724C48 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1147672-
CMYK00.330.370.55
HSL5.71º22.58%36.47%-
HSV(B)5.71º36.84%44.71%-
XYZ10.699.217.35-
YUV86.91119.59147.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 76 (30.08% from 255) = 29.01%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=43.51%
G=29.01%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114767200.330.370.555.7122.5836.47
Hex724C48021253761724
Octal162114110041456762744
Binary111001010011001001000010000110010111011111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724C48; }

 p { color: rgb(114,76,72); }

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

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

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

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

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

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

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