#514743

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

Shades of Saddle #514743

Tints of Saddle #514743

Color information

#514743 (or 0x514743) is unknown color: approx Saddle. HEX triplet: 51, 47 and 43. RGB value is (81,71,67). Sum of RGB (Red+Green+Blue) = 81+71+67=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514743 is #AEB8BC. Grayscale: #494949. Windows color (decimal): -11450557 or 4409169. OLE color: 4409169.

HSL color Cylindrical-coordinate representation of color #514743: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514743 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB817167-
CMYK00.120.170.68
HSL17.14º9.46%29.02%-
HSV(B)17.14º17.28%31.76%-
XYZ6.666.666.24-
YUV73.53124.31133.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 67 (26.56% from 255) = 30.59%
R=36.99%
G=32.42%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81716700.120.170.6817.149.4629.02
Hex5147430C11441191d
Octal12110710301421104211135
Binary1010001100011110000110110010001100010010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514743; }

 p { color: rgb(81,71,67); }

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

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

 a { background-color: rgb(81,71,67); }

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

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

 span { border-color: rgb(81,71,67); }

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