Html Css Color HEX #524A47 Saddle

📋 copy color: '#524A47'

red 82 ◦ green 74 ◦ blue 71

#524A47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle #524A47

Tints of Saddle #524A47

RGB

 RED value IS 82 (32.42% from 255) = 36.12%

 GREEN value IS 74 (29.3% from 255) = 32.6%

 BLUE value IS 71 (28.13% from 255) = 31.28%

R = 36.12%
G = 32.6%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#524A47 (or 0x524A47) is known color: Saddle. HEX triplet: 52, 4A and 47. RGB value is (82,74,71). Sum of RGB (Red+Green+Blue) = 82+74+71=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #524A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A47 is #ADB5B8. Grayscale: #4C4C4C. Windows color (decimal): -11384249 or 4672082. OLE color: 4672082.

HSL color Cylindrical-coordinate representation of color #524A47: hue angle of 16.36º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #524A47 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 74 71 -
CMYK 0 0.10 0.13 0.68
HSL 16.36º 0.07% 0.3% -
HSV(B) 16.36º 0.13% 0.32% -
XYZ 7.07 7.15 6.97 -
YUV 76.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 82 74 71 0 0.10 0.13 0.68 16.36 0.07 0.3
Hex 52 4A 47 0 A D 44 10 7 1E
Octal 122 112 107 0 12 15 104 20 7 36
Binary 1010010 1001010 1000111 0 1010 1101 1000100 10000 111 11110

Color Harmonies of #524A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A47

Black with #524A47

Text Example


Text Example

White with #524A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524A47; }

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

 H1.HeaderClassName
 {
   color: #524A47;
 }
 .AnyTagClassName
 {
   color: #524A47;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #524A47;
 }
 .BgClassName
 {
   background-color: #524A47;
 }
</style>

border-color css

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

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

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