Html Css Color HEX #524B49 Saddle

📋 copy color: '#524B49'

red 82 ◦ green 75 ◦ blue 73

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

Shades of Saddle #524B49

Tints of Saddle #524B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.61%

 BLUE value IS 73 (28.91% from 255) = 31.74%

R = 35.65%
G = 32.61%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#524B49 (or 0x524B49) is known color: Saddle. HEX triplet: 52, 4B and 49. RGB value is (82,75,73). Sum of RGB (Red+Green+Blue) = 82+75+73=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #524B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B49 is #ADB4B6. Grayscale: #4C4C4C. Windows color (decimal): -11383991 or 4803410. OLE color: 4803410.

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

Color convert

RGB 82 75 73 -
CMYK 0 0.09 0.11 0.68
HSL 13.33º 0.06% 0.3% -
HSV(B) 13.33º 0.11% 0.32% -
XYZ 7.2 7.31 7.33 -
YUV 76.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 82 75 73 0 0.09 0.11 0.68 13.33 0.06 0.3
Hex 52 4B 49 0 9 B 44 D 6 1E
Octal 122 113 111 0 11 13 104 15 6 36
Binary 1010010 1001011 1001001 0 1001 1011 1000100 1101 110 11110

Color Harmonies of #524B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B49

Black with #524B49

Text Example


Text Example

White with #524B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,75,73); }

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

background-color css

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

 a { background-color: rgb(82,75,73); }

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

border-color css

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

 span { border-color: rgb(82,75,73); }

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