#724948

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

Shades of Buccaneer #724948

Tints of Buccaneer #724948

Color information

#724948 (or 0x724948) is unknown color: approx Buccaneer. HEX triplet: 72, 49 and 48. RGB value is (114,73,72). Sum of RGB (Red+Green+Blue) = 114+73+72=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #724948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724948 is #8DB6B7. Grayscale: #555555. Windows color (decimal): -9287352 or 4737394. OLE color: 4737394.

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

Color convert

RGB1147372-
CMYK00.360.370.55
HSL1.43º22.58%36.47%-
HSV(B)1.43º36.84%44.71%-
XYZ10.498.817.28-
YUV85.14120.58148.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=44.02%
G=28.19%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114737200.360.370.551.4322.5836.47
Hex724948024253711724
Octal162111110044456712744
Binary1110010100100110010000100100100101110111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724948; }

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

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

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

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

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

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

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

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