#795453

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

Shades of Buccaneer #795453

Tints of Buccaneer #795453

Color information

#795453 (or 0x795453) is unknown color: approx Buccaneer. HEX triplet: 79, 54 and 53. RGB value is (121,84,83). Sum of RGB (Red+Green+Blue) = 121+84+83=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #795453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795453 is #86ABAC. Grayscale: #5E5E5E. Windows color (decimal): -8825773 or 5461113. OLE color: 5461113.

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

Color convert

RGB1218483-
CMYK00.310.310.53
HSL1.58º18.63%40%-
HSV(B)1.58º31.4%47.45%-
XYZ12.6211.039.65-
YUV94.95121.26146.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=42.01%
G=29.17%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121848300.310.310.531.5818.6340
Hex79545301F1F3521328
Octal171124123037376522350
Binary111100110101001010011011111111111101011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795453; }

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

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

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

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

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

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

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

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