Html Css Color HEX #534C4E Mortar

📋 copy color: '#534C4E'

red 83 ◦ green 76 ◦ blue 78

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

Shades of Mortar #534C4E

Tints of Mortar #534C4E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.07%

 BLUE value IS 78 (30.86% from 255) = 32.91%

R = 35.02%
G = 32.07%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#534C4E (or 0x534C4E) is known color: Mortar. HEX triplet: 53, 4C and 4E. RGB value is (83,76,78). Sum of RGB (Red+Green+Blue) = 83+76+78=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C4E is #ACB3B1. Grayscale: #4E4E4E. Windows color (decimal): -11318194 or 5131347. OLE color: 5131347.

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

Color convert

RGB 83 76 78 -
CMYK 0 0.08 0.06 0.67
HSL 342.86º 0.04% 0.31% -
HSV(B) 342.86º 0.08% 0.33% -
XYZ 7.53 7.56 8.27 -
YUV 78.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 83 76 78 0 0.08 0.06 0.67 342.86 0.04 0.31
Hex 53 4C 4E 0 8 6 43 157 4 1F
Octal 123 114 116 0 10 6 103 527 4 37
Binary 1010011 1001100 1001110 0 1000 110 1000011 101010111 100 11111

Color Harmonies of #534C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C4E

Black with #534C4E

Text Example


Text Example

White with #534C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,76,78); }

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

background-color css

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

 a { background-color: rgb(83,76,78); }

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

border-color css

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

 span { border-color: rgb(83,76,78); }

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