#5F534E

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

Shades of Tundora #5F534E

Tints of Tundora #5F534E

Color information

#5F534E (or 0x5F534E) is unknown color: approx Tundora. HEX triplet: 5F, 53 and 4E. RGB value is (95,83,78). Sum of RGB (Red+Green+Blue) = 95+83+78=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 95 - color contains mainly: red. Hex color #5F534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F534E is #A0ACB1. Grayscale: #565656. Windows color (decimal): -10529970 or 5133151. OLE color: 5133151.

HSL color Cylindrical-coordinate representation of color #5F534E: hue angle of 17.65º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F534E is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB958378-
CMYK00.130.180.63
HSL17.65º9.83%33.92%-
HSV(B)17.65º17.89%37.25%-
XYZ9.199.178.49-
YUV86.02123.48134.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.11%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=37.11%
G=32.42%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95837800.130.180.6317.659.8333.92
Hex5F534E0D123F12a22
Octal1371231160152277221242
Binary1011111101001110011100110110010111111100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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