#724848

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

Shades of Buccaneer #724848

Tints of Buccaneer #724848

Color information

#724848 (or 0x724848) is unknown color: approx Buccaneer. HEX triplet: 72, 48 and 48. RGB value is (114,72,72). Sum of RGB (Red+Green+Blue) = 114+72+72=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #724848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724848 is #8DB7B7. Grayscale: #545454. Windows color (decimal): -9287608 or 4737138. OLE color: 4737138.

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

Color convert

RGB1147272-
CMYK00.370.370.55
HSL22.58%36.47%-
HSV(B)36.84%44.71%-
XYZ10.438.687.26-
YUV84.56120.91149-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=44.19%
G=27.91%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114727200.370.370.55022.5836.47
Hex724848025253701724
Octal162110110045456702744
Binary1110010100100010010000100101100101110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724848; }

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

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

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

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

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

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

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

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