#795452

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

Shades of Buccaneer #795452

Tints of Buccaneer #795452

Color information

#795452 (or 0x795452) is unknown color: approx Buccaneer. HEX triplet: 79, 54 and 52. RGB value is (121,84,82). Sum of RGB (Red+Green+Blue) = 121+84+82=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #795452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795452 is #86ABAD. Grayscale: #5E5E5E. Windows color (decimal): -8825774 or 5395577. OLE color: 5395577.

HSL color Cylindrical-coordinate representation of color #795452: hue angle of 3.08º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #795452 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1218482-
CMYK00.310.320.53
HSL3.08º19.21%39.8%-
HSV(B)3.08º32.23%47.45%-
XYZ12.5811.019.45-
YUV94.84120.76146.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=42.16%
G=29.27%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121848200.310.320.533.0819.2139.8
Hex79545201F203531328
Octal171124122037406532350
Binary1111001101010010100100111111000001101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795452; }

 p { color: rgb(121,84,82); }

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

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

 a { background-color: rgb(121,84,82); }

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

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

 span { border-color: rgb(121,84,82); }

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