#534D4B

Color #534D4B Tundora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tundora #534D4B

Tints of Tundora #534D4B

Color information

#534D4B (or 0x534D4B) is unknown color: approx Tundora. HEX triplet: 53, 4D and 4B. RGB value is (83,77,75). Sum of RGB (Red+Green+Blue) = 83+77+75=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #534D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D4B is #ACB2B4. Grayscale: #4E4E4E. Windows color (decimal): -11317941 or 4934995. OLE color: 4934995.

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

Color convert

RGB837775-
CMYK00.070.100.67
HSL15º5.06%30.98%-
HSV(B)15º9.64%32.55%-
XYZ7.497.657.74-
YUV78.57125.99131.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=35.32%
G=32.77%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83777500.070.100.67155.0630.98
Hex534D4B07A43f51f
Octal123115113071210317537
Binary101001110011011001011011110101000011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #534D4B;
 }
 .AnyTagClassName
 {
   color: #534D4B;
 }
</style>
background-color css

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

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

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

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

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

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