Html Css Color HEX #5A4B4A Matterhorn

📋 copy color: '#5A4B4A'

red 90 ◦ green 75 ◦ blue 74

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

Shades of Matterhorn #5A4B4A

Tints of Matterhorn #5A4B4A

RGB

 RED value IS 90 (35.55% from 255) = 37.66%

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

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 37.66%
G = 31.38%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#5A4B4A (or 0x5A4B4A) is known color: Matterhorn. HEX triplet: 5A, 4B and 4A. RGB value is (90,75,74). Sum of RGB (Red+Green+Blue) = 90+75+74=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4B4A is #A5B4B5. Grayscale: #4F4F4F. Windows color (decimal): -10859702 or 4868954. OLE color: 4868954.

HSL color Cylindrical-coordinate representation of color #5A4B4A: hue angle of 3.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A4B4A is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 75 74 -
CMYK 0 0.17 0.18 0.65
HSL 3.75º 0.1% 0.32% -
HSV(B) 3.75º 0.18% 0.35% -
XYZ 7.97 7.7 7.54 -
YUV 79.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 90 75 74 0 0.17 0.18 0.65 3.75 0.1 0.32
Hex 5A 4B 4A 0 11 12 41 4 A 20
Octal 132 113 112 0 21 22 101 4 12 40
Binary 1011010 1001011 1001010 0 10001 10010 1000001 100 1010 100000

Color Harmonies of #5A4B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B4A

Black with #5A4B4A

Text Example


Text Example

White with #5A4B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4B4A; }

 p { color: rgb(90,75,74); }

 H1.HeaderClassName
 {
   color: #5A4B4A;
 }
 .AnyTagClassName
 {
   color: #5A4B4A;
 }
</style>

background-color css

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

 a { background-color: rgb(90,75,74); }

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

border-color css

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

 span { border-color: rgb(90,75,74); }

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