#524743

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

Shades of Saddle #524743

Tints of Saddle #524743

Color information

#524743 (or 0x524743) is unknown color: approx Saddle. HEX triplet: 52, 47 and 43. RGB value is (82,71,67). Sum of RGB (Red+Green+Blue) = 82+71+67=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #524743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524743 is #ADB8BC. Grayscale: #494949. Windows color (decimal): -11385021 or 4409170. OLE color: 4409170.

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

Color convert

RGB827167-
CMYK00.130.180.68
HSL16º10.07%29.22%-
HSV(B)16º18.29%32.16%-
XYZ6.756.716.25-
YUV73.83124.14133.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=37.27%
G=32.27%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82716700.130.180.681610.0729.22
Hex5247430D124410a1d
Octal12210710301522104201235
Binary1010010100011110000110110110010100010010000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524743; }

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

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

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

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

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

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

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

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