#534E4B

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

Shades of Tundora #534E4B

Tints of Tundora #534E4B

Color information

#534E4B (or 0x534E4B) is unknown color: approx Tundora. HEX triplet: 53, 4E and 4B. RGB value is (83,78,75). Sum of RGB (Red+Green+Blue) = 83+78+75=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #534E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E4B is #ACB1B4. Grayscale: #4F4F4F. Windows color (decimal): -11317685 or 4935251. OLE color: 4935251.

HSL color Cylindrical-coordinate representation of color #534E4B: hue angle of 22.5º 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 #534E4B is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB837875-
CMYK00.060.100.67
HSL22.5º5.06%30.98%-
HSV(B)22.5º9.64%32.55%-
XYZ7.567.87.76-
YUV79.15125.66130.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=35.17%
G=33.05%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83787500.060.100.6722.55.0630.98
Hex534E4B06A431751f
Octal123116113061210327537
Binary1010011100111010010110110101010000111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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