#795251

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

Shades of Buccaneer #795251

Tints of Buccaneer #795251

Color information

#795251 (or 0x795251) is unknown color: approx Buccaneer. HEX triplet: 79, 52 and 51. RGB value is (121,82,81). Sum of RGB (Red+Green+Blue) = 121+82+81=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #795251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795251 is #86ADAE. Grayscale: #5D5D5D. Windows color (decimal): -8826287 or 5329529. OLE color: 5329529.

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

Color convert

RGB1218281-
CMYK00.320.330.53
HSL1.5º19.8%39.61%-
HSV(B)1.5º33.06%47.45%-
XYZ12.3910.699.2-
YUV93.55120.92147.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.61%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=42.61%
G=28.87%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121828100.320.330.531.519.839.61
Hex795251020213521428
Octal171122121040416522450
Binary11110011010010101000101000001000011101011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795251; }

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

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

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

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

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

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

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

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