#795250

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

Shades of Buccaneer #795250

Tints of Buccaneer #795250

Color information

#795250 (or 0x795250) is unknown color: approx Buccaneer. HEX triplet: 79, 52 and 50. RGB value is (121,82,80). Sum of RGB (Red+Green+Blue) = 121+82+80=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #795250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795250 is #86ADAF. Grayscale: #5D5D5D. Windows color (decimal): -8826288 or 5263993. OLE color: 5263993.

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

Color convert

RGB1218280-
CMYK00.320.340.53
HSL2.93º20.4%39.41%-
HSV(B)2.93º33.88%47.45%-
XYZ12.3510.689-
YUV93.43120.42147.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.76%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=42.76%
G=28.98%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121828000.320.340.532.9320.439.41
Hex795250020223531427
Octal171122120040426532447
Binary11110011010010101000001000001000101101011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795250; }

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

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

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

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

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

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

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

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