Html Css Color HEX #534B4A Matterhorn

📋 copy color: '#534B4A'

red 83 ◦ green 75 ◦ blue 74

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

Shades of Matterhorn #534B4A

Tints of Matterhorn #534B4A

RGB

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

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

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

R = 35.78%
G = 32.33%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#534B4A (or 0x534B4A) is known color: Matterhorn. HEX triplet: 53, 4B and 4A. RGB value is (83,75,74). Sum of RGB (Red+Green+Blue) = 83+75+74=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B4A is #ACB4B5. Grayscale: #4D4D4D. Windows color (decimal): -11318454 or 4868947. OLE color: 4868947.

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

Color convert

RGB 83 75 74 -
CMYK 0 0.10 0.11 0.67
HSL 6.67º 0.06% 0.31% -
HSV(B) 6.67º 0.11% 0.33% -
XYZ 7.32 7.37 7.51 -
YUV 77.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 83 75 74 0 0.10 0.11 0.67 6.67 0.06 0.31
Hex 53 4B 4A 0 A B 43 7 6 1F
Octal 123 113 112 0 12 13 103 7 6 37
Binary 1010011 1001011 1001010 0 1010 1011 1000011 111 110 11111

Color Harmonies of #534B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B4A

Black with #534B4A

Text Example


Text Example

White with #534B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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