Html Css Color HEX #534A47 Saddle

📋 copy color: '#534A47'

red 83 ◦ green 74 ◦ blue 71

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

Shades of Saddle #534A47

Tints of Saddle #534A47

RGB

 RED value IS 83 (32.81% from 255) = 36.4%

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

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

R = 36.4%
G = 32.46%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#534A47 (or 0x534A47) is known color: Saddle. HEX triplet: 53, 4A and 47. RGB value is (83,74,71). Sum of RGB (Red+Green+Blue) = 83+74+71=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A47 is #ACB5B8. Grayscale: #4C4C4C. Windows color (decimal): -11318713 or 4672083. OLE color: 4672083.

HSL color Cylindrical-coordinate representation of color #534A47: hue angle of 15º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #534A47 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 71 -
CMYK 0 0.11 0.14 0.67
HSL 15º 0.08% 0.3% -
HSV(B) 15º 0.14% 0.33% -
XYZ 7.15 7.19 6.97 -
YUV 76.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 83 74 71 0 0.11 0.14 0.67 15 0.08 0.3
Hex 53 4A 47 0 B E 43 F 8 1E
Octal 123 112 107 0 13 16 103 17 10 36
Binary 1010011 1001010 1000111 0 1011 1110 1000011 1111 1000 11110

Color Harmonies of #534A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A47

Black with #534A47

Text Example


Text Example

White with #534A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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